Skip to content

Instantly share code, notes, and snippets.

@LeonDevLifeLog
Last active October 31, 2018 01:37
Show Gist options
  • Save LeonDevLifeLog/ca972b9cab941830ba65926a451a1279 to your computer and use it in GitHub Desktop.
Save LeonDevLifeLog/ca972b9cab941830ba65926a451a1279 to your computer and use it in GitHub Desktop.
华为 maven 镜像
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
JDK加速地址:https://mirrors.huaweicloud.com/java/jdk/
Maven加速地址:https://mirrors.huaweicloud.com/apache/maven/maven-3/
<mirror>
<id>huaweicloud</id>
<mirrorOf>*</mirrorOf>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</mirror>
包含以下源
Maven2 https://repo1.maven.org/maven2/
Google https://maven.google.com/
Jboss http://repository.jboss.org/nexus/content/groups/public/
Jcenter https://jcenter.bintray.com/
Grails-core https://repo.grails.org/grails/core/
Grails-plugins https://repo.grails.org/grails/plugins/
Spring-release https://repo.spring.io/libs-release/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment