springboot实现热部署

1.子工程pom.xml文件加入


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

2.父工程pom.xml加入


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

3.

springboot实现热部署_第1张图片

4.快捷键

激活

4.1 按Ctrl+Alt+Shift+/ 快捷键后,弹出,选择1.Registry...

springboot实现热部署_第2张图片

4.2 勾上如图两个复选框

springboot实现热部署_第3张图片

5.重启idea

你可能感兴趣的:(开发工具,spring,boot,java,spring,idea,intellij-idea)