Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决办法

 pom.xml文件中出现这样的依赖报错

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决办法

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决办法

解决办法如下:

1、找到这个 spring-boot-starter-parent 依赖

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决办法

2、将其版本复制到 spring-boot-maven-plugin 下面

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found的解决办法

 

 

 

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/2b38dcedb1.html