Skip to content

Commit a0b3b79

Browse files
committed
fix SpringDoc Security 자동 구성 설정 제거
1 parent 7862ab1 commit a0b3b79

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed
0 Bytes
Binary file not shown.
1.46 KB
Binary file not shown.
2.95 KB
Binary file not shown.
0 Bytes
Binary file not shown.

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.1.0'
44+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.4'
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ spring.datasource.password=rootroot
55
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
66
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
77
spring.jpa.hibernate.ddl-auto=update
8-
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
98
spring.jpa.show-sql=true
109
spring.jpa.properties.hibernate.format_sql=true
1110

0 commit comments

Comments
 (0)