From c8a980611ba0dbccdcd61f0b12ad84e822e73eff Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 19 Nov 2018 23:05:35 +0000 Subject: [PATCH] Update SNAPSHOT to 2.1.0.M3 --- 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..e94c3e70 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.M3 .. diff --git a/pom.xml b/pom.xml index b06fe3e0..c47ba404 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.M3 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.M2 spring-cloud-config-dependencies diff --git a/spring-cloud-config-client/pom.xml b/spring-cloud-config-client/pom.xml index adeff2e2..339d844a 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.M3 .. diff --git a/spring-cloud-config-dependencies/pom.xml b/spring-cloud-config-dependencies/pom.xml index 0fecf796..91e91d2b 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.M3 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..402b330c 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.M3 .. spring-cloud-config-monitor @@ -13,7 +13,7 @@ Spring Cloud Config Monitor ${basedir}/../.. - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M2 diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml index 7f5b78ab..d533642e 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.M3 .. diff --git a/spring-cloud-config-server/pom.xml b/spring-cloud-config-server/pom.xml index 63184f1e..bead0b19 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.M3 .. diff --git a/spring-cloud-starter-config/pom.xml b/spring-cloud-starter-config/pom.xml index a55d9a7f..87d98241 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.M3 spring-cloud-starter-config - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 spring-cloud-starter-config Spring Cloud Starter https://projects.spring.io/spring-cloud