欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

maven配置阿里云镜像

程序员文章站 2022-07-13 13:29:33
...

在maven的setting.xml配置文件中添加如下

 <mirror>
    <id>alimaven</id>
    <mirrorOf>central</mirrorOf>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>

maven配置阿里云镜像

相关标签: maven 阿里云