Update docs with Servlet property load ordering
Fixes gh-5752 Closes gh-5752
This commit is contained in:
parent
cf28f55e98
commit
a3469c5e26
|
|
@ -333,6 +333,8 @@ sensible overriding of values, properties are considered in the following order:
|
||||||
|
|
||||||
. Command line arguments.
|
. Command line arguments.
|
||||||
. Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment variable or system property)
|
. Properties from `SPRING_APPLICATION_JSON` (inline JSON embedded in an environment variable or system property)
|
||||||
|
. `ServletConfig` init parameters.
|
||||||
|
. `ServletContext` init parameters.
|
||||||
. JNDI attributes from `java:comp/env`.
|
. JNDI attributes from `java:comp/env`.
|
||||||
. Java System properties (`System.getProperties()`).
|
. Java System properties (`System.getProperties()`).
|
||||||
. OS environment variables.
|
. OS environment variables.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue