运行springboot项目报红https://repo.maven.apache.org/maven2找不到

问题详细描述:

在springboot项目的pom.xml中

       依赖spring-boot-starter-parent 

       依赖spring-boot-starter-web    报红

原因就是maven的镜像库找不到。

换成阿里云镜像。方法如下:

步骤1:修改settings.xml文件

alimaven

aliyun maven http://maven.aliyun.com/nexus/content/groups/public/

central

步骤2:修改pom.xml文件

      aliyunmaven

      http://maven.aliyun.com/nexus/content/groups/public/

修改这两处后,问题解决。

你可能感兴趣的:(运行springboot项目报红https://repo.maven.apache.org/maven2找不到)