From 78d7719c21e438801fc0fddecd63c9960e52971a Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Mon, 12 Nov 2018 14:40:20 +0100 Subject: [PATCH] Remove configuration hosted by the Config Server --- .../src/main/resources/application.properties | 2 -- .../src/main/resources/application.properties | 1 - .../src/main/resources/application.properties | 1 - 3 files changed, 4 deletions(-) diff --git a/spring-petclinic-customers-service/src/main/resources/application.properties b/spring-petclinic-customers-service/src/main/resources/application.properties index e6bce2ebe..e69de29bb 100644 --- a/spring-petclinic-customers-service/src/main/resources/application.properties +++ b/spring-petclinic-customers-service/src/main/resources/application.properties @@ -1,2 +0,0 @@ -server.port=0 -logging.level.org.springframework=INFO diff --git a/spring-petclinic-vets-service/src/main/resources/application.properties b/spring-petclinic-vets-service/src/main/resources/application.properties index 50072a6e8..68f17e806 100644 --- a/spring-petclinic-vets-service/src/main/resources/application.properties +++ b/spring-petclinic-vets-service/src/main/resources/application.properties @@ -1,3 +1,2 @@ -server.port=0 spring.profiles.active=production spring.cache.cache-names=vets diff --git a/spring-petclinic-visits-service/src/main/resources/application.properties b/spring-petclinic-visits-service/src/main/resources/application.properties index cbe617ef0..e69de29bb 100644 --- a/spring-petclinic-visits-service/src/main/resources/application.properties +++ b/spring-petclinic-visits-service/src/main/resources/application.properties @@ -1 +0,0 @@ -server.port=0