spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题

spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题_第1张图片

项目配置,我是重新搞的3.6.3

spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题_第2张图片

在项目里修改setting.xml的镜像

spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题_第3张图片


  aliyunmaven
  *
  阿里云公共仓库
  https://maven.aliyun.com/repository/public

 

之后我找到 仓库的目录 

~/.m2/repository/org/springframework/boot/spring-boot-starter-parent

把上面目录删除

然后右键项目maven->reload project

spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题_第4张图片

搞定。

也可以参考下面的方法的试下。

https://blog.csdn.net/oak_javaLearner/article/details/104276083

你可能感兴趣的:(java,spring,boot)