为了账号安全,请及时绑定邮箱和手机立即绑定

spring boot + thymeleaf热插拔无效?

spring boot + thymeleaf热插拔无效?

慕婉清6462132 2019-03-01 10:53:04
每次在修改thymeleaf的templates之后就要重启spring boot,虽然spring boot的启动速度不错,但是这样还是很麻烦。Google了利用spring-boot-devtools可以实现热插拔。 我的pom.xml加入了: <!-- hot swap --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>1.3.0.RELEASE</version> <optional>true</optional> </dependency> 但是这样依然没有效果,但我使用mvn spring-boot:run启动后,在修改thymeleaf的templates之后,必须要重启才能更新templates。同时我在intellij-idea中已经设置Build project automatically。 请问热插拔无效的原因是什么?
查看完整描述

3 回答

?
UYOU

TA贡献1878条经验 获得超4个赞

有可能是thymeleaf的缓存, 设置spring.thymeleaf.cache=false

查看完整回答
反对 回复 2019-03-01
?
慕哥9229398

TA贡献1877条经验 获得超6个赞

要配置spring.thymeleaf.cache=false

查看完整回答
反对 回复 2019-03-01
?
偶然的你

TA贡献1841条经验 获得超3个赞

我是用Jrebel运行项目的,热插拔一直都可以。

查看完整回答
反对 回复 2019-03-01
  • 3 回答
  • 0 关注
  • 726 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信