Merge pull request #6891 from kazuki43zoo/externalized-configuration-in-doc
* pr/6891: Document devtools properties in config load order
This commit is contained in:
commit
f38deadab9
|
|
@ -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`]
|
||||
|
|
|
|||
Loading…
Reference in New Issue