We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb93e9b commit ffae243Copy full SHA for ffae243
docs/src/main/asciidoc/spring-cloud-commons.adoc
@@ -28,7 +28,8 @@ the box it is responsible for loading configuration properties from
28
the external sources, and also decrypting properties in the local
29
external configuration files. The two contexts share an `Environment`
30
which is the source of external properties for any Spring
31
-application. Bootstrap properties are added with high precedence, so
+application. Bootstrap properties (not `bootstrap.properties` but properties
32
+ that are loaded during the bootstrap phase) are added with high precedence, so
33
they cannot be overridden by local configuration, by default.
34
35
The bootstrap context uses a different convention for locating
0 commit comments