使用idea打包出现Unable to find main class

通用的解决办法:


    org.springframework.boot
    spring-boot-maven-plugin
    1.5.3.RELEASE
    
        com.xx.webapps.api.main.WebappsApiBidMain
    
    
        
            
                repackage
            
        
    

最主要是配置了 com.xx.webapps.api.main.WebappsApiBidMain指明springboot启动类

Note:原因请参考:https://www.cnblogs.com/thinking-better/p/7827368.html 说的比较形象

你可能感兴趣的:(maven)