119. Spring Boot 加速你的maven构建——阿里云Maven仓库地址片从零开始学Spring Boot

Posted SpringBoot

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了119. Spring Boot 加速你的maven构建——阿里云Maven仓库地址片从零开始学Spring Boot相关的知识,希望对你有一定的参考价值。

 

 

如何在Maven中配置使用呢?

很简单,在maven的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>

配置好之后,你就可以体验飞一般的感觉了。你爽,我爽,大家爽,才是真的爽

à

http://412887952-qq-com.iteye.com/blog/2344171

à

http://412887952-qq-com.iteye.com/blog/2321532


以上是关于119. Spring Boot 加速你的maven构建——阿里云Maven仓库地址片从零开始学Spring Boot的主要内容,如果未能解决你的问题,请参考以下文章

spring boot(十六)使用Jenkins部署spring boot

Spring Boot加速Java web项目的开发

将Spring-boot应用部署到Docker容器

使用Spring Boot来加速Java web项目的开发

Spring boot整合mybaties+thymeleaf实现基础crud

Spring Boot(Maven)+Docker打包