spring-boot/spring-boot-devtools
Andy Wilkinson 4a25bae143 Allow additional paths that trigger a reload/restart to be configured
Previously, only folders on the classpath would be watched and used
to trigger a restart/reload of the application. This commit adds a
new property spring.devtools.restart.additional-paths that can be
used to configure additional paths that should be watched for
changes. When a change occurs in one of those paths a restart or
reload will be triggered, depending on the full restart exclude
patterns configured via the existing spring.devtools.restart.exclude
property.

Closes gh-3469
2015-08-05 12:43:09 +01:00
..
src Allow additional paths that trigger a reload/restart to be configured 2015-08-05 12:43:09 +01:00
pom.xml Rename spring-boot-developer-tools -> devtools 2015-06-04 13:50:56 -07:00