chengzhuo

修改Maven的配置文件setting.xml镜像地址

 1         <mirror> 
 2             <id>alimaven</id> 
 3             <name>aliyun maven</name> 
 4             <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> 
 5             <mirrorOf>central</mirrorOf> 
 6         </mirror> 
 7 
 8         <!-- junit镜像地址 -->
 9         <mirror> 
10             <id>junit</id> 
11             <name>junit Address/</name> 
12             <url>http://jcenter.bintray.com/</url> 
13             <mirrorOf>central</mirrorOf> 
14         </mirror>
15         
16         <mirror> 
17             <id>alimaven</id> 
18             <name>aliyun maven</name> 
19             <url>http://central.maven.org/maven2</url> 
20             <mirrorOf>central</mirrorOf> 
21         </mirror>

 

分类:

技术点:

相关文章:

  • 2021-08-27
  • 2021-12-16
  • 2021-10-15
  • 2022-01-07
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2022-01-24
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-02-06
  • 2021-08-04
相关资源
相似解决方案