Skip to content

Commit 3cd4a7d

Browse files
committed
feat(security): include security in the SDA Platform annotation
1 parent 382f15d commit 3cd4a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sda-commons-web-autoconfigure/src/main/java/org/sdase/commons/spring/boot/web/EnableSdaPlatform.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.sdase.commons.spring.boot.web.docs.EnableSdaDocs;
1818
import org.sdase.commons.spring.boot.web.jackson.EnableSdaRestGuide;
1919
import org.sdase.commons.spring.boot.web.monitoring.EnableSdaMonitoring;
20+
import org.sdase.commons.spring.boot.web.security.EnableSdaWebSecurity;
2021
import org.springframework.context.annotation.Import;
2122

2223
/**
@@ -38,8 +39,9 @@
3839
*/
3940
@Retention(RetentionPolicy.RUNTIME)
4041
@Target(ElementType.TYPE)
41-
@EnableSdaDocs
4242
@EnableSdaRestGuide
43+
@EnableSdaWebSecurity
44+
@EnableSdaDocs
4345
@EnableSdaSecurity
4446
@EnableSdaClients
4547
@EnableSdaAsyncWithRequestContext

0 commit comments

Comments
 (0)