当前位置:   article > 正文

在使用阿里镜像引入spring6依赖时报错:org.springframework:spring-context:jar:6.0.0-M2 was not found in https://maven_dependency 'org.springframework:spring-context:6.0

dependency 'org.springframework:spring-context:6.0.0-m2' not found

一、错误描述:

在使用阿里镜像引入spring6依赖时报错:org.springframework:spring-context:jar:6.0.0-M2 was not found in https://maven

在这里插入图片描述

二、解决方法

修改镜像为以下镜像可解决问题:

<mirror>
			<id>maven-default-http-blocker</id>
			<mirrorOf>external:http:*</mirrorOf>
			<name>Pseudo repository to mirror external repositories initially using HTTP.</name>
			<url>http://0.0.0.0/</url>
			<blocked>true</blocked>
		</mirror>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/379559
推荐阅读
相关标签
  

闽ICP备14008679号