美文网首页
2018-11-05

2018-11-05

作者: sea_monster | 来源:发表于2018-11-05 19:20 被阅读0次

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>

相关文章

网友评论

      本文标题:2018-11-05

      本文链接:https://www.haomeiwen.com/subject/vxhexqtx.html