From 96f1764f89f50b17e8dd5fa7af519df9fb52e81f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 21 May 2019 14:50:37 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-commons.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-cloud-commons.html b/spring-cloud-commons.html index 8729544e..b4612796 100644 --- a/spring-cloud-commons.html +++ b/spring-cloud-commons.html @@ -203,7 +203,9 @@ The following listing shows an example:

-

If your application needs any application-specific configuration from the server, it is a good idea to set the spring.application.name (in bootstrap.yml or application.yml).

+

If your application needs any application-specific configuration from the server, it is a good idea to set the spring.application.name (in bootstrap.yml or application.yml). +In order for the property spring.application.name to be used as the application’s context ID you +must set it in bootstrap.[properties | yml].

You can disable the bootstrap process completely by setting spring.cloud.bootstrap.enabled=false (for example, in system properties).