We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1693774 commit 7060cc1Copy full SHA for 7060cc1
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -203,9 +203,9 @@ Spring Boot uses a very particular `PropertySource` order that is designed to al
203
sensible overriding of values, properties are considered in the the following order:
204
205
. Command line arguments.
206
+. JNDI attributes from `java:comp/env`.
207
. Java System properties (`System.getProperties()`).
208
. OS environment variables.
-. JNDI attributes from `java:comp/env`
209
. A `RandomValuePropertySource` that only has properties in `+random.*+`.
210
. Application properties outside of your packaged jar (`application.properties`
211
including YAML and profile variants).
0 commit comments