SpringBoot和thymeleaf在IntelliJ IDEA中实现热部署

1、File–Settings–Compiler-- --> 勾选 build project automatically–ok
SpringBoot和thymeleaf在IntelliJ IDEA中实现热部署_第1张图片
2、CTRL + SHIFT + A --> 查找Registry --> 找到并勾选compiler.automake.allow.when.app.running
SpringBoot和thymeleaf在IntelliJ IDEA中实现热部署_第2张图片
3、加maven依赖


    org.springframework.boot
    spring-boot-devtools
    true

4、退出idea,重新打开。

经过上面4步,修改前端的静态文件不需重启重启项目就生效。本人测试有效。

你可能感兴趣的:(idea)