Skip to content

Commit

Permalink
Integrate JWS validation library - Java blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipsan committed Dec 3, 2024
1 parent b12ca41 commit fd61817
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;

@SpringBootApplication
@ComponentScan(basePackages = { "com.rws.lt.lc.blueprint", "com.rws.lt.lc.extensibility.security"})
public class BlueprintApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit fd61817

Please sign in to comment.