mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
update health check point
This commit is contained in:
parent
68bcf1fc46
commit
4059554ee5
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ spring.messages.basename=messages/messages
|
|||
|
||||
# Actuator
|
||||
management.endpoints.web.exposure.include=*
|
||||
|
||||
# liveness: 앱 프로세스 살아있는지(가벼운 체크)
|
||||
management.endpoint.health.group.liveness.include=ping
|
||||
# readiness: "서비스 가능한가" (DB 포함)
|
||||
management.endpoint.health.group.readiness.include=db
|
||||
# Actuator health details (주의: 외부노출은 위험할 수 있음)
|
||||
management.endpoint.health.show-details=always
|
||||
management.endpoint.health.show-components=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue