idea springboot热部署无效问题

 

Intellij IDEA 使用Spring-boot-devTools无效解决办法

springboot项目中遇到的bug

 


    
    
        org.springframework.boot
        spring-boot-devtools
        true
    



    
        
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                com.hjzgg.test.thirdjar.Application
                true
            
            
                
                    
                        repackage
                    
                
            
        
    

 

转载于:https://www.cnblogs.com/hujunzheng/p/7300496.html

你可能感兴趣的:(idea springboot热部署无效问题)