idea2021的springboot热部署

1.pom依赖


   
                      
    org.springframework.boot
    spring-boot-devtools   
    true        

  • 如果是ecplise好像不用剩下的步骤了,没测过, 可以试一试

    2、开启热部署

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

    3.开启idea自动make功能

    CTRL + SHIFT + A –> 查找make project automatically –> 选中

你可能感兴趣的:(intellij-idea,java,ide)