We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382f15d commit 3cd4a7dCopy full SHA for 3cd4a7d
sda-commons-web-autoconfigure/src/main/java/org/sdase/commons/spring/boot/web/EnableSdaPlatform.java
@@ -17,6 +17,7 @@
17
import org.sdase.commons.spring.boot.web.docs.EnableSdaDocs;
18
import org.sdase.commons.spring.boot.web.jackson.EnableSdaRestGuide;
19
import org.sdase.commons.spring.boot.web.monitoring.EnableSdaMonitoring;
20
+import org.sdase.commons.spring.boot.web.security.EnableSdaWebSecurity;
21
import org.springframework.context.annotation.Import;
22
23
/**
@@ -38,8 +39,9 @@
38
39
*/
40
@Retention(RetentionPolicy.RUNTIME)
41
@Target(ElementType.TYPE)
-@EnableSdaDocs
42
@EnableSdaRestGuide
43
+@EnableSdaWebSecurity
44
+@EnableSdaDocs
45
@EnableSdaSecurity
46
@EnableSdaClients
47
@EnableSdaAsyncWithRequestContext
0 commit comments