设置springboot IDEA热部署环境

1.在项目中导入spring-boot-devtools相关依赖:


    
    org.springframework.boot
    spring-boot-devtools
    1.4.3.RELEASE
2.通过快捷键CTRL +SHIFT +A搜索 make project automatically,选中该选项

3.通过快捷键CTRL +SHIFT +A搜索Registry, 找到compile.automake.allow.when.app.running选项,并选中。

4.重启IDEA就可以实现热部署了

你可能感兴趣的:(spring,boot,java)