解决问题:Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE

错因:

        找不到依赖插件,也就是说开发工具找不到maven

项目无法运行,爆出Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE 错误

解决:

        有两种办法去解决此类问题!

        

        1、查看maven本地仓库地址是否正确

        2、maven本地仓库修改后,还是不行,最好的就是将本地仓库全部干掉,重新下载!

  1、查看maven本地仓库地址是否正确

解决问题:Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE_第1张图片

 解决问题:Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE_第2张图片

2、maven本地仓库修改后,还是不行,最好的就是将本地仓库全部干掉,重新下载!

解决问题:Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE_第3张图片

 删掉后,重新下载即可!

你可能感兴趣的:(SpringBoot,异常,maven,spring,java)