0
点赞
收藏
分享

微信扫一扫

【解决】SpringBoot pom.xml中spring-boot-maven-plugin插件报红

八怪不姓丑 2022-01-06 阅读 108

创建 SpringBoot 项目时 pom.xml 中添加的插件报红 spring-boot-maven-plugin 如图所示

原因是版本问题,需要添加版本信息。

添加2.3.4.RELEASE依然不奏效的话,那么使用2.2.6.RELEASE或更低版本即可。


Thanks 

举报

相关推荐

0 条评论