diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5f1c12f..0d42816 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -53,4 +53,12 @@ spring: eureka: client: - enabled: false \ No newline at end of file + enabled: false + +springdoc: + swagger-ui: + path: /swagger-ui.html + displayRequestDuration: true + api-docs: + path: /api-docs + show-actuator: true \ No newline at end of file