coolw

打开maven的setting.xml配置文件,添加阿里镜像仓库

 

配置参数如下:

 <mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>central</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url> 
 </mirror>

 

分类:

技术点:

相关文章:

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