Spring-boot Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.4.4.RELEASE:run
选区_003.jpg
解决办法:
大神的解决办法:https://www.cnblogs.com/thinking-better/p/7827368.html
添加:
<properties>
<start-class>com.xx.webapps.api.main.WebappsApiBidMain</start-class>
</properties>
网友评论