Idea中SpringBoot中热部署devtools无效解决方案
选中后
按快捷键Ctrl+Shift+Alt+/ 选择 Registry…
Idea中SpringBoot中热部署devtools无效解决方案
在pox.xml中

org.springframework.boot
spring-boot-devtools
true


org.springframework.boot
spring-boot-maven-plugin

true
true



maven-compiler-plugin

1.8
1.8


重启项目后可完成热部署

相关文章: