2018-02-19 Intellij DEV TOOLSpring boot 修改不重启

添加Dev Tool的依赖

        
            org.springframework.boot
            spring-boot-devtools
            true
        

修改maven插件

    
        

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

        
    

Ctrl+ Shift + A 搜索Registry ,或者 Ctrl + Alt+ Shift + / 点击Registry

2018-02-19 Intellij DEV TOOLSpring boot 修改不重启_第1张图片
image.png

设置Build Project Automatically

File –> Setting –> Build, Execution, Deployment –> Compiler –> 点击 Build project automatically


2018-02-19 Intellij DEV TOOLSpring boot 修改不重启_第2张图片
image.png

你可能感兴趣的:(2018-02-19 Intellij DEV TOOLSpring boot 修改不重启)