mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-24 19:15:16 +08:00
feature: add spring doc api annotation (#173)
* feat: rename @Operation to @AuditLog * feat: add swagger annotation to api
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user