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