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

 

IDEA 倒入maven项目下载很慢

 

 <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>

 

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

 

相关文章:

  • 2021-06-10
  • 2021-08-24
  • 2021-09-28
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-27
  • 2021-06-29
  • 2021-05-10
  • 2022-12-23
  • 2021-11-02
  • 2021-04-11
相关资源
相似解决方案