diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 6574b764..0aaa1acc 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -973,7 +973,8 @@ application context gets the Environment.

Locating Remote Configuration Resources

-

The Config Service serves property sources from /{name}/{env}/{label}, where the default bindings are

+

The Config Service serves property sources from /{name}/{env}/{label}, where the default bindings in the +client app are

+
+

Note that the SpringApplicationBuilder allows you to share an +Environment amongst the whole hierarchy, but that is not the +default. Thus, sibling contexts in particular do not need to have the +same profiles or property sources, even though they will share common +things with their parent.

@@ -1245,7 +1253,7 @@ grabbing it in the bootstrap context and injecting one).