Add management.health.probes.enabled

This commit is contained in:
machih 2020-12-01 08:52:00 +09:00
parent f0644d20be
commit a3d97ebec6
2 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@ spring.datasource.password=${MYSQL_PASS:petclinic}
# SQL is written to be idempotent so this is safe
spring.datasource.initialization-mode=always
management.endpoints.web.exposure.include=wavefront
management.health.probes.enabled=true

View file

@ -26,3 +26,5 @@ spring.resources.cache.cachecontrol.max-age=12h
wavefront.application.name=spring-demo
wavefront.application.service=spring-petclinic
management.health.probes.enabled=true