ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
某些资源在更改时不一定需要触发重启。 例如,可以原地的编辑Thymeleaf模板,默认,下列资源变化不重启,但是[20.3实时重载](https://docs.spring.io/spring-boot/docs/2.0.4.RELEASE/reference/htmlsingle/#using-boot-devtools-livereload),如`/META-INF/maven`, `/META-INF/resources`, `/resources`, `/static`, `/public`, 或`/templates`. 如果想要自定义排除资源,使用属性`spring.devtools.restart.exclude`,例如要排序 `/static` 和 `/public` ~~~ spring.devtools.restart.exclude=static/**,public/** ~~~ >如果想保持默认的排除,然后再添加其他的,可以使用属性`spring.devtools.restart.additional-exclude`