mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
update db health check
This commit is contained in:
parent
ebd7e111e2
commit
68bcf1fc46
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue