创建 SpringBoot 项目时 pom.xml 中添加的插件报红 spring-boot-maven-plugin 如图所示
原因是版本问题,需要添加版本信息。
添加2.3.4.RELEASE依然不奏效的话,那么使用2.2.6.RELEASE或更低版本即可。
Thanks
【解决】SpringBoot pom.xml中spring-boot-maven-plugin插件报红
阅读 108
2022-01-06
创建 SpringBoot 项目时 pom.xml 中添加的插件报红 spring-boot-maven-plugin 如图所示
原因是版本问题,需要添加版本信息。
添加2.3.4.RELEASE依然不奏效的话,那么使用2.2.6.RELEASE或更低版本即可。
Thanks
相关推荐
精彩评论(0)