springboot热部署设置

spingboot手动热部署和自动热部署(建议使用手动热部署)

手动热部署:

1、首先需要导入spring-boot-devtools依赖

springboot热部署设置

 

 

2、在build里添加fork

 springboot热部署设置

 

 

3、选择上update classes and resources

 springboot热部署设置

 

 

4、启动springboot项目

5、项目启动后点击此处手动刷新

 

 springboot热部署设置

 

 

 

 

 

自动热部署:

1、首先需要导入spring-boot-devtools依赖

 springboot热部署设置

 

 

2、在build里添加fork

 springboot热部署设置

 

 

3、在settings下的Compiler处勾选Build project automatically

 springboot热部署设置

4、通过shift+ctrl+alt+/ 快捷键弹出Maintenance进入Registry项

 springboot热部署设置

 

 

5、找到此选项勾选上即可

 springboot热部署设置

 

上一篇:vue-devtools的安装


下一篇:2021-03-01