From 2cedb45c68b7038764c4867a8e1b49864b33fb44 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Thu, 15 Sep 2016 09:41:38 +0900 Subject: [PATCH] Document devtools properties in config load order Add reference to `~/spring-boot-devtools.properties` in "Externalized Configuration" section. Closes gh-6891 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 958782a5f03..46b64817129 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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: +. <> + 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`]