Clarify the meaning of bootstrap properties in documentation. Fixes #206

This commit is contained in:
Ryan Baxter
2018-06-05 07:38:36 -04:00
parent cb93e9b658
commit ffae2433e0

View File

@@ -28,7 +28,8 @@ the box it is responsible for loading configuration properties from
the external sources, and also decrypting properties in the local
external configuration files. The two contexts share an `Environment`
which is the source of external properties for any Spring
application. Bootstrap properties are added with high precedence, so
application. Bootstrap properties (not `bootstrap.properties` but properties
that are loaded during the bootstrap phase) are added with high precedence, so
they cannot be overridden by local configuration, by default.
The bootstrap context uses a different convention for locating