From c895adc23036ff203c21231141e4a1a600ed8cd2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 11 Dec 2018 16:25:27 +0000 Subject: [PATCH] Update SNAPSHOT to 2.1.0.RC1 --- README.adoc | 8 ++++++++ docs/pom.xml | 2 +- pom.xml | 6 +++--- spring-cloud-config-client/pom.xml | 2 +- spring-cloud-config-dependencies/pom.xml | 4 ++-- spring-cloud-config-monitor/pom.xml | 4 ++-- spring-cloud-config-sample/pom.xml | 2 +- spring-cloud-config-server/pom.xml | 2 +- spring-cloud-starter-config/pom.xml | 4 ++-- 9 files changed, 21 insertions(+), 13 deletions(-) diff --git a/README.adoc b/README.adoc index 65df9617..d3fdadf9 100644 --- a/README.adoc +++ b/README.adoc @@ -163,6 +163,14 @@ To modify the startup behavior, you can change the location of the config server spring.cloud.config.uri: http://myconfigserver.com ---- +By default, if no application name is set, `application` will be used. To modify the name, the following property can be added to the `bootstrap.properties` file: + +---- +spring.application.name: myapp +---- + +NOTE: When setting the property `${spring.application.name}` do not prefix your app name with the reserved word `application-` to prevent issues resolving the correct property source. + The bootstrap properties show up in the `/env` endpoint as a high-priority property source, as shown in the following example. ---- diff --git a/docs/pom.xml b/docs/pom.xml index c5c7a55f..6a2cc1a4 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 .. diff --git a/pom.xml b/pom.xml index b06fe3e0..4dcfd63f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 pom Spring Cloud Config Spring Cloud Config @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-build - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC2 @@ -22,7 +22,7 @@ config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 spring-cloud-config-dependencies diff --git a/spring-cloud-config-client/pom.xml b/spring-cloud-config-client/pom.xml index adeff2e2..d10793ce 100644 --- a/spring-cloud-config-client/pom.xml +++ b/spring-cloud-config-client/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 .. diff --git a/spring-cloud-config-dependencies/pom.xml b/spring-cloud-config-dependencies/pom.xml index 0fecf796..1040e820 100644 --- a/spring-cloud-config-dependencies/pom.xml +++ b/spring-cloud-config-dependencies/pom.xml @@ -5,11 +5,11 @@ spring-cloud-dependencies-parent org.springframework.cloud - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC2 spring-cloud-config-dependencies - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 pom spring-cloud-config-dependencies Spring Cloud Config Dependencies diff --git a/spring-cloud-config-monitor/pom.xml b/spring-cloud-config-monitor/pom.xml index a560e796..245af91e 100644 --- a/spring-cloud-config-monitor/pom.xml +++ b/spring-cloud-config-monitor/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 .. spring-cloud-config-monitor @@ -13,7 +13,7 @@ Spring Cloud Config Monitor ${basedir}/../.. - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml index 7f5b78ab..addea205 100644 --- a/spring-cloud-config-sample/pom.xml +++ b/spring-cloud-config-sample/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 .. diff --git a/spring-cloud-config-server/pom.xml b/spring-cloud-config-server/pom.xml index 63184f1e..5e4e85a2 100644 --- a/spring-cloud-config-server/pom.xml +++ b/spring-cloud-config-server/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 .. diff --git a/spring-cloud-starter-config/pom.xml b/spring-cloud-starter-config/pom.xml index a55d9a7f..7b5156b6 100644 --- a/spring-cloud-starter-config/pom.xml +++ b/spring-cloud-starter-config/pom.xml @@ -5,10 +5,10 @@ org.springframework.cloud spring-cloud-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 spring-cloud-starter-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 spring-cloud-starter-config Spring Cloud Starter https://projects.spring.io/spring-cloud