maven 添加阿里云仓库

xiaoxiao2021-02-28  109

在maven 的setting.xml文件中找到<mirrors>添加如下内容

<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror> <!-- 阿里云仓库 --> 1234567 1234567

Maven设置添加阿里云仓库, 然后重启ecplise,更新项目,问题解决

转载请注明原文地址: https://www.6miu.com/read-36634.html

最新回复(0)