Skip to content

Commit ffae243

Browse files
author
Ryan Baxter
committed
Clarify the meaning of bootstrap properties in documentation. Fixes spring-projects#206
1 parent cb93e9b commit ffae243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/main/asciidoc/spring-cloud-commons.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ the box it is responsible for loading configuration properties from
2828
the external sources, and also decrypting properties in the local
2929
external configuration files. The two contexts share an `Environment`
3030
which is the source of external properties for any Spring
31-
application. Bootstrap properties are added with high precedence, so
31+
application. Bootstrap properties (not `bootstrap.properties` but properties
32+
that are loaded during the bootstrap phase) are added with high precedence, so
3233
they cannot be overridden by local configuration, by default.
3334

3435
The bootstrap context uses a different convention for locating

0 commit comments

Comments
 (0)