spring-boot-maven-plugin错误

[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.5.RELEASE:run (default-cli) on project iscp_esb_components: Unable to find a suitable main class, please add a 'mainClass' property -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


修改


        org.springframework.boot
        spring-boot-starter-parent
        1.3.5.RELEASE


        org.springframework.boot
        spring-boot-starter-parent
        1.3.5.RELEASE
        
            com.xx.webapps.api.main.WebappsApiBidMain
        

        
            
                
                    repackage
                

            

        

    

你可能感兴趣的:(spring-boot-maven-plugin错误)