Spring Boot maven构建——阿里云Maven仓库地址
Posted liduanwen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot maven构建——阿里云Maven仓库地址相关的知识,希望对你有一定的参考价值。
由于自己搭建的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仓库地址的主要内容,如果未能解决你的问题,请参考以下文章
Spring Cloud Spring Boot mybatis分布式微服务云架构使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程
Spring Cloud Spring Boot mybatis分布式微服务云架构使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程