add springdoc config
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user