diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bb7254f..1f7a40d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -65,7 +65,7 @@ springdoc.swagger-ui.path=/swagger-ui.html # Enable Actuator Endpoints. # management.endpoints.web.exposure.include= "*" management.endpoints.web.exposure.include=health -management.endpoint.health.show-details=always +# management.endpoint.health.show-details=always # Profile management. # Spring Boot will always read the application.properties file.