SpringCloud注册中心环境搭建 euraka Parent标签报错

本文详细解析了在使用Spring Boot启动器父级POM时遇到的非可解析父级POM错误,提供了修改settings.xml文件中镜像配置的具体方法,以解决因无法连接到远程仓库导致的构建失败问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

roject build error: Non-resolvable parent POM: Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:1.5.2.RELEASE from https://repo.spring.io/milestone was cached in the
 local repository, resolution will not be reattempted until the update interval of spring-milestones has elapsed or updates are forced. Original error: Could not transfer artifact
 org.springframework.boot:spring-boot-starter-parent:pom:1.5.2.RELEASE from/to spring-milestones (https://repo.spring.io/milestone): Connect to repo.spring.io:443 [repo.spring.io/35.241.58.96]
 failed: Connection timed out: connect and 'parent.relativePath' points at no local POM

错误信息如上

解决方式:

<mirror>
      <id>mirrorId</id>
      <mirrorOf>central</mirrorOf>
      <name>Human Readable Name for this Mirror.</name>
      <url>http://central.maven.org/maven2/</url>
  </mirror>

大致原因就是因为链接不上parent中的pom.xml,所以就会导致报错,在maven/conf/setting.xml中加入以上镜像配置即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值