From 37b74ac19945a3cd089771f2157adfaa124004aa Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Fri, 3 May 2024 22:49:46 +0800 Subject: [PATCH] Update application.properties Disabled details. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.