From 8412cbe881d4404963c15fdc3f2db820322b50cd Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Fri, 3 May 2024 23:06:58 +0800 Subject: [PATCH] Update application.properties Disabled the health endpoint as it does not seem to be configured properly. --- 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 1f7a40d..91702c6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -64,7 +64,7 @@ springdoc.swagger-ui.path=/swagger-ui.html # Enable Actuator Endpoints. # management.endpoints.web.exposure.include= "*" -management.endpoints.web.exposure.include=health +# management.endpoints.web.exposure.include=health # management.endpoint.health.show-details=always # Profile management.