📝 swagger ui -> springdoc openapi ui 변경
This commit is contained in:
@@ -56,9 +56,8 @@ dependencies {
|
||||
// querydsl
|
||||
implementation 'com.querydsl:querydsl-jpa'
|
||||
|
||||
// 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
|
||||
@@ -97,4 +96,4 @@ configurations {
|
||||
compileQuerydsl {
|
||||
options.annotationProcessorPath = configurations.querydsl
|
||||
}
|
||||
// querydsl 추가 끝
|
||||
// querydsl 추가 끝
|
||||
|
||||
Reference in New Issue
Block a user