热部署Devtools

1,工程中添加依赖

         
            org.springframework.boot
            spring-boot-devtools
            XXX
            runtime
            true
        

2,pom.xml中添加插件

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

3,在IDEA设置中开启自动编译的权限

热部署Devtools_第1张图片

4,热注册开启

按快捷键:ctrl+shift+alt+/,然后点击界面中出现的:registry,然后勾选:

热部署Devtools_第2张图片

5,重启IDEA

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(SpringCloud)