mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Add management.health.probes.enabled
This commit is contained in:
parent
f0644d20be
commit
a3d97ebec6
2 changed files with 3 additions and 1 deletions
|
@ -6,4 +6,4 @@ spring.datasource.password=${MYSQL_PASS:petclinic}
|
||||||
# SQL is written to be idempotent so this is safe
|
# SQL is written to be idempotent so this is safe
|
||||||
spring.datasource.initialization-mode=always
|
spring.datasource.initialization-mode=always
|
||||||
|
|
||||||
management.endpoints.web.exposure.include=wavefront
|
management.health.probes.enabled=true
|
||||||
|
|
|
@ -26,3 +26,5 @@ spring.resources.cache.cachecontrol.max-age=12h
|
||||||
|
|
||||||
wavefront.application.name=spring-demo
|
wavefront.application.name=spring-demo
|
||||||
wavefront.application.service=spring-petclinic
|
wavefront.application.service=spring-petclinic
|
||||||
|
|
||||||
|
management.health.probes.enabled=true
|
||||||
|
|
Loading…
Reference in a new issue