From be4d58432788edb3ad66b7b244fd3a092e758b28 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 11 Dec 2019 21:25:13 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 3 +++ reference/html/spring-cloud-commons.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index 201cd2cc..ce0d24eb 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -276,6 +276,9 @@ The following listing shows an example:

For the property spring.application.name to be used as the application’s context ID, you must set it in bootstrap.[properties | yml].

+

If you want to retrieve specific profile configuration, you should also set spring.profiles.active in bootstrap.[properties | yml].

+
+

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

diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html index 201cd2cc..ce0d24eb 100644 --- a/reference/html/spring-cloud-commons.html +++ b/reference/html/spring-cloud-commons.html @@ -276,6 +276,9 @@ The following listing shows an example:

For the property spring.application.name to be used as the application’s context ID, you must set it in bootstrap.[properties | yml].

+

If you want to retrieve specific profile configuration, you should also set spring.profiles.active in bootstrap.[properties | yml].

+
+

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