From 68bcf1fc46781ddd80badd81570a60c802cf08eb Mon Sep 17 00:00:00 2001 From: mklee Date: Fri, 19 Dec 2025 14:02:29 +0000 Subject: [PATCH] update db health check --- src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f890decfc..bf7a09999 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,6 +15,9 @@ spring.messages.basename=messages/messages # Actuator management.endpoints.web.exposure.include=* +# Actuator health details (주의: 외부노출은 위험할 수 있음) +management.endpoint.health.show-details=always +management.endpoint.health.show-components=always # Logging logging.level.org.springframework=INFO @@ -24,4 +27,4 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h -app.version=G-4.0.0-dd15e79 \ No newline at end of file +app.version=local \ No newline at end of file