Mac + IDEA + springboot +tomcat 热部署

1.添加依赖

org.springframework.boot
spring-boot-devtools
true

2.


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

true


3.开启工具的自动编译
myeclipse中自动开启,但idea中需要点击setting>compiler>
Mac + IDEA + springboot +tomcat 热部署_第1张图片

4.开启run…auto
1.Shift+Ctrl+Alt+/,选择Registry
如果是mac的话 快捷键是 command + shift + A

2.勾选有个
Mac + IDEA + springboot +tomcat 热部署_第2张图片

如果到此处还未生效,tomcat用户
需要在On ‘Update’ action和On frame deacttivation中选则 Update classes and resources
Mac + IDEA + springboot +tomcat 热部署_第3张图片

你可能感兴趣的:(idea,热部署)