We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93ae57 commit 9b12b0eCopy full SHA for 9b12b0e
III. Using Spring Boot/20.2.2 Watching additional paths.md
@@ -1 +1,3 @@
1
###20.2.2 查看其他路径
2
+
3
+如果想让应用在改变没有位于classpath下的文件时也会重启或重新加载,你可以使用`spring.devtools.restart.additional-paths`属性来配置监控变化的额外路径。你可以使用[上面描述](../20.2.1 Excluding resources.md)过的`spring.devtools.restart.exclude`属性去控制额外路径下的变化是否触发一个完整重启或只是一个实时重新加载。
0 commit comments