update db health check

This commit is contained in:
mklee 2025-12-19 14:02:29 +00:00
parent ebd7e111e2
commit 68bcf1fc46

View file

@ -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
app.version=local