首页 > 其他 > 详细

IDEA 倒入maven项目下载很慢

时间:2018-08-11 13:46:00      阅读:216      评论:0      收藏:0      [点我收藏+]

1.找到安装maven的路径 
2.直接搜索settings.xml文件 

 

技术分享图片

 

 <mirror>
      <!--This sends everything else to /public -->
      <id>nexus</id>
      <mirrorOf>*</mirrorOf>   <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
 </mirror>
 <mirror>
      <!--This is used to direct the public snapshots repo in the 
          profile below over to a different nexus group -->
      <id>nexus-public-snapshots</id>
      <mirrorOf>public-snapshots</mirrorOf> 
      <url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url>
 </mirror>

 

镜像仓库缓存阿里的,速度立马飙上去了

 

IDEA 倒入maven项目下载很慢

原文:https://www.cnblogs.com/bangaj/p/9459476.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!