📝 swagger ui -> springdoc openapi ui 변경
This commit is contained in:
@@ -56,9 +56,8 @@ dependencies {
|
||||
|
||||
implementation 'com.google.api-client:google-api-client:1.32.1'
|
||||
|
||||
// swagger
|
||||
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'
|
||||
implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
|
||||
// openapi docs
|
||||
implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.5.8'
|
||||
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
|
||||
|
||||
// lombok
|
||||
|
||||
Reference in New Issue
Block a user