Skip to content

Commit 7862ab1

Browse files
committed
fix SpringDoc Security 설정 수정
1 parent 6f1f553 commit 7862ab1

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed
0 Bytes
Binary file not shown.
1.95 KB
Binary file not shown.
4.06 KB
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Location-based-target-authentication/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
4242
implementation 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api'
4343
implementation 'org.glassfish.web:jakarta.servlet.jsp.jstl'
44-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
44+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
4545
implementation 'org.springframework.boot:spring-boot-starter-mail'
4646
implementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
4747
implementation 'com.fasterxml.jackson.core:jackson-databind'

Location-based-target-authentication/src/main/resources/application-secret.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ springdoc.swagger-ui.try-it-out-enabled=true
2626
springdoc.swagger-ui.filter=true
2727
springdoc.swagger-ui.doc-expansion=none
2828
spring.web.resources.static-locations=classpath:/static/,classpath:/META-INF/resources/,classpath:/META-INF/resources/webjars/
29+
springdoc.packages-to-scan=com.swyp
30+
springdoc.paths-to-match=/**
2931
springdoc.enable-spring-security=true
3032
springdoc.enable-security-support=true
3133
springdoc.show-actuator=false

0 commit comments

Comments
 (0)