其他分享
首页 > 其他分享> > Maven 阿里云镜像配置

Maven 阿里云镜像配置

作者:互联网

<mirror>
	   <id>nexus-aliyun</id>
	   <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
	   <name>Nexus aliyun</name>
	   <url>http://maven.aliyun.com/nexus/content/groups/public</url> 
</mirror>

标签:maven,http,groups,nexus,Maven,阿里,aliyun,镜像,jeecg
来源: https://blog.csdn.net/weixin_44020995/article/details/122212540