# 20.2.3. 查看其他路径

如果想让应用在改变没有位于classpath下的文件时也会重启或重新加载，你可以使用`spring.devtools.restart.additional-paths`属性来配置监控变化的额外路径。你可以使用[之前描述](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/III.%20Using%20Spring%20Boot/20.2.2%20Excluding%20Resources.md)过的`spring.devtools.restart.exclude`属性去控制额外路径下的变化是否触发一个完整重启或一个实时重新加载。
