Polish "Make dev tools' home directory configurable"
See gh-17924
This commit is contained in:
@@ -285,6 +285,9 @@ For example, to configure restart to always use a <<using#using.devtools.restart
|
||||
trigger-file: ".reloadtrigger"
|
||||
----
|
||||
|
||||
By default, `$HOME` is the user's home directory.
|
||||
To customize this location, set the `SPRING_DEVTOOLS_HOME` environment variable or the `spring.devtools.home` system property.
|
||||
|
||||
NOTE: If devtools configuration files are not found in `$HOME/.config/spring-boot`, the root of the `$HOME` directory is searched for the presence of a `.spring-boot-devtools.properties` file.
|
||||
This allows you to share the devtools global configuration with applications that are on an older version of Spring Boot that does not support the `$HOME/.config/spring-boot` location.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user