概述
由于以前都是用国内的OSChina的镜像地址,速度感觉比国内镜像地址还要快。试了就知道:
<mirror>
<id>ui</id><mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://uk.maven.org/maven2/</url>
</mirror>
<mirror>
<id>sprintio</id><mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>https://repo.spring.io/libs-snapshot/</url>
</mirror>
国内的镜像地址
<mirror>
<id>*</id>
<mirrorOf>central</mirrorOf>
<url>http://www.gingo.cn:8081/nexus/content/groups/public</url>
</mirror>
最后
以上就是害羞蚂蚁为你收集整理的几个靠谱的maven仓库镜像地址的全部内容,希望文章能够帮你解决几个靠谱的maven仓库镜像地址所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复