Update 第五章——K8S结合CI&CD持续交付和集中管理配置.md

地址有更新 请参考 https://developer.aliyun.com/mvn/guide
This commit is contained in:
d00522 2021-09-03 17:10:34 +08:00 committed by GitHub
parent 0751da6f18
commit 13282b8221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ maven-3.6.1-8u232]# vi conf/settings.xml
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.allyun.com/nexus/content/groups/public</url>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
~~~