mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-24 21:19:26 +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:
@@ -1,6 +1,7 @@
|
||||
server.port=8080
|
||||
logging.level.org.jooq=INFO
|
||||
spring.jooq.sql-dialect=mysql
|
||||
springdoc.swagger-ui.path=/open-api.html
|
||||
# flyway
|
||||
spring.flyway.enabled=true
|
||||
spring.flyway.baseline-on-migrate=true
|
||||
|
@@ -14,4 +14,6 @@ spring.flyway.baseline-on-migrate=true
|
||||
spring.flyway.locations=classpath:db/migration
|
||||
# driver directory
|
||||
databasir.db.driver-directory=drivers
|
||||
databasir.jwt.secret=${DATABASIR_JWT_SECRET:${random.uuid}}
|
||||
databasir.jwt.secret=${DATABASIR_JWT_SECRET:${random.uuid}}
|
||||
# api doc
|
||||
springdoc.api-docs.enabled=false
|
Reference in New Issue
Block a user