intellij idea2016.2 下实现spring boot 热部署

      使用idea开发spring boot项目时,每次修改代码后都需要手动编译项目,非常麻烦。在网上查找了很多资料,说法不一,不是很完整,在此整理以便查阅。


    操作步骤

1. pom.xml文件中引入spring-boot-devtools模块依赖

intellij idea2016.2 下实现spring boot 热部署_第1张图片

2.  pom.xml文件中修改maven插件配置

intellij idea2016.2 下实现spring boot 热部署_第2张图片

3. CTRL + SHIFT + A 输入 make project automatically

intellij idea2016.2 下实现spring boot 热部署_第3张图片

然后勾选 Make project automatically项

intellij idea2016.2 下实现spring boot 热部署_第4张图片

4. CTRL + SHIFT + A输入 Registry,选中。弹出窗口中查找并勾选       compiler.automake.allow.when.app.running 项

intellij idea2016.2 下实现spring boot 热部署_第5张图片

5. 重启项目

你可能感兴趣的:(intellij idea2016.2 下实现spring boot 热部署)