Remove liveness/readiness from config

This commit is contained in:
machih 2020-12-01 09:12:23 +09:00
parent a3d97ebec6
commit d56729e0f6
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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