feature: add spring doc api annotation (#173)

* feat: rename @Operation to @AuditLog

* feat: add swagger annotation to api
This commit is contained in:
vran
2022-05-14 13:31:11 +08:00
committed by GitHub
parent 5b9728282b
commit cf8d106f1f
23 changed files with 185 additions and 58 deletions

View File

@@ -32,6 +32,11 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-quartz'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
// open api
implementation 'org.springdoc:springdoc-openapi-ui:1.6.8'
implementation 'io.swagger.core.v3:swagger-core:2.2.0'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.0'
implementation 'org.flywaydb:flyway-core'
}