Merge pull request #6891 from kazuki43zoo/externalized-configuration-in-doc

* pr/6891:
  Document devtools properties in config load order
This commit is contained in:
Phillip Webb 2016-09-15 10:30:28 -07:00
commit f38deadab9
1 changed files with 2 additions and 0 deletions

View File

@ -351,6 +351,8 @@ via `@ConfigurationProperties`.
Spring Boot uses a very particular `PropertySource` order that is designed to allow
sensible overriding of values. Properties are considered in the following order:
. <<using-boot-devtools-globalsettings,Devtools global settings properties>>
on your home directory (`~/.spring-boot-devtools.properties` when devtools is active).
. {spring-javadoc}/test/context/TestPropertySource.{dc-ext}[`@TestPropertySource`]
annotations on your tests.
. {dc-spring-boot-test}/context/SpringBootTest.{dc-ext}[`@SpringBootTest#properties`]