Browse Source

Update docs with Servlet property load ordering

Fixes gh-5752
Closes gh-5752
pull/5780/merge
Dustin Schultz 10 years ago committed by Phillip Webb
parent
commit
a3469c5e26
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -333,6 +333,8 @@ sensible overriding of values, properties are considered in the following order: @@ -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.

Loading…
Cancel
Save