From d56729e0f6e9fb8f80b10d46ac6f29a75ca52492 Mon Sep 17 00:00:00 2001 From: machih Date: Tue, 1 Dec 2020 09:12:23 +0900 Subject: [PATCH] Remove liveness/readiness from config --- src/main/resources/application-mysql.properties | 2 -- src/main/resources/application.properties | 2 -- 2 files changed, 4 deletions(-) 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