springboot 在idea中实现热部署

第一步:引入热加载的插件,springboot 1.3开始就有的

 
    org.springframework.boot
    spring-boot-devtools
    true

project 中添加spring-boot-maven-plugin,主要在eclipse中起作用,idea不需要加此配置,springboot 项目的话,应该是有此配置,加里面的内容即可。


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

第二部 : idea设置
1、点击: file ,Settings ,Build ,Execution,Deplment


springboot 在idea中实现热部署_第1张图片
image

然后记得apply,ok。
2、组合键:Shift+ALT+Ctrl+/ ,选择“Registry”,回车,找到“complier.automake.allow.when.app.running”


springboot 在idea中实现热部署_第2张图片
image

你可能感兴趣的:(springboot 在idea中实现热部署)