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.
2 parents 5e544f9 + 3ac3a7d commit d5dc975Copy full SHA for d5dc975
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
testImplementation 'org.springframework.boot:spring-boot-starter-test'
32
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
33
//swagger
34
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
+ implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
35
//webflux
36
implementation 'org.springframework.boot:spring-boot-starter-webflux'
37
}
src/main/java/com/going/server/global/constant/WhitelistPaths.java
0 commit comments