Drop . prefix from files in .config directory for devtools

Closes gh-18006
This commit is contained in:
Madhura Bhave
2019-09-20 14:58:18 -07:00
parent d092df43b7
commit 48960c54d1
3 changed files with 14 additions and 14 deletions

View File

@@ -891,16 +891,16 @@ If you start multiple applications from your IDE, only the first has LiveReload
[[using-boot-devtools-globalsettings]]
=== Global Settings
You can configure global devtools settings by adding any of the following files to the `$HOME/.config/spring-boot` folder (note that the filenames startswith "`.`"):
You can configure global devtools settings by adding any of the following files to the `$HOME/.config/spring-boot` folder:
. `.spring-boot-devtools.properties`
. `.spring-boot-devtools.yaml`
. `.spring-boot-devtools.yml`
. `spring-boot-devtools.properties`
. `spring-boot-devtools.yaml`
. `spring-boot-devtools.yml`
Any properties added to these file apply to _all_ Spring Boot applications on your machine that use devtools.
For example, to configure restart to always use a <<using-boot-devtools-restart-triggerfile, trigger file>>, you would add the following property:
.~/config/spring-boot/.spring-boot-devtools.properties
.~/config/spring-boot/spring-boot-devtools.properties
[source,properties,indent=0]
----
spring.devtools.reload.trigger-file=.reloadtrigger