add springdoc config

This commit is contained in:
2024-09-11 21:36:44 +10:00
parent 917db3eafb
commit cd5ef6bf02

View File

@@ -53,4 +53,12 @@ spring:
eureka: eureka:
client: client:
enabled: false enabled: false
springdoc:
swagger-ui:
path: /swagger-ui.html
displayRequestDuration: true
api-docs:
path: /api-docs
show-actuator: true