diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4bc0451c5..5a1e83138 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,6 +15,7 @@ spring.messages.basename=messages/messages # Actuator management.endpoints.web.exposure.include=* +management.endpoint.health.probes.enabled=true # liveness: 앱 프로세스 살아있는지(가벼운 체크) management.endpoint.health.group.liveness.include=ping