SpringBootPlugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
Posted 幽灵雾
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBootPlugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found相关的知识,希望对你有一定的参考价值。
【问题现象】
IDEA中搭建Spring体系,maven项目的pom文件和maven插件中会提示红色错误:
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
【原因】
没有制定maven-plugin的版本,这对导致编译环境(IDEA、命令行、maven插件等)认为找不到/无法解析该包,故报错。
这是IDEA、Maven插件检测的老问题,只是会给出错误提示,并不影响任何发布、运行。
【解决】
加上版本号(这里需要和所用的spring-boot-starter-parent同样版本,本例中使用2.5.4),然后reload所有maven项目即可,如图:
若仍报错,则重新执行mvn clean package
以上是关于SpringBootPlugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的主要内容,如果未能解决你的问题,请参考以下文章
Spring AOP:Exception encountered during context initialization - cancelling refresh attempt: org.spr
Eclipse运行Maven的SpringMVC项目Run on Server时出现错误:Error configuring application listener of class org.spr