Springboot使用maven打包指定mainClass


        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    com.xxx.XxxApplication
                
                
                    
                        
                            repackage
                        
                    
                
            
        
    

你可能感兴趣的:(SpringBoot)