Commit dee8a20e authored by Phillip Webb's avatar Phillip Webb

Merge pull request #5780 from dustinschultz/master

* pr/5780:
  Update docs with Servlet property load ordering
parents cf28f55e a3469c5e
......@@ -333,6 +333,8 @@ sensible overriding of values, properties are considered in the following order:
. Command line arguments.
. 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`.
. Java System properties (`System.getProperties()`).
. OS environment variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment