标签:osi boot 地址 mave maven仓库 添加 http yun 不能
由于自己搭建的maven私服,不能时刻的启动,则改用了阿里云的maven 私服 私服地址:http://maven.aliyun.com/nexus/
如何使用呢?
在你的settings.xml文件里配置mirrors的子节点,添加如下mirror:
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
Spring Boot maven构建——阿里云Maven仓库地址
标签:osi boot 地址 mave maven仓库 添加 http yun 不能
原文地址:http://www.cnblogs.com/liduanwen/p/7468823.html