mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Remove liveness/readiness from config
This commit is contained in:
parent
a3d97ebec6
commit
d56729e0f6
2 changed files with 0 additions and 4 deletions
|
@ -5,5 +5,3 @@ spring.datasource.username=${MYSQL_USER:petclinic}
|
|||
spring.datasource.password=${MYSQL_PASS:petclinic}
|
||||
# SQL is written to be idempotent so this is safe
|
||||
spring.datasource.initialization-mode=always
|
||||
|
||||
management.health.probes.enabled=true
|
||||
|
|
|
@ -26,5 +26,3 @@ spring.resources.cache.cachecontrol.max-age=12h
|
|||
|
||||
wavefront.application.name=spring-demo
|
||||
wavefront.application.service=spring-petclinic
|
||||
|
||||
management.health.probes.enabled=true
|
||||
|
|
Loading…
Reference in a new issue