diff --git a/src/main/resources/application-mysql.properties b/src/main/resources/application-mysql.properties index 2f8e4a6a3..d388c9e6d 100644 --- a/src/main/resources/application-mysql.properties +++ b/src/main/resources/application-mysql.properties @@ -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 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 47f9d712e..492b47424 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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