使用阿里云Maven仓库

使用阿里云Maven仓库

作用: 提高maven仓库的下载速度

  1. 在Maven的解压路径下新建本地仓库(F:\Maven\repository)
  2. 将本地仓库配置到setting.xml文件中(F:\Maven\apache-maven-3.6.3\conf\setting.xml)
    在这里插入图片描述
  3. 在 mirrors中添加如下配置
    使用阿里云Maven仓库_第1张图片
      
		  nexus-aliyun    
		  nexus-aliyun  
		  http://maven.aliyun.com/nexus/content/groups/public    
		  central      
	 
  1. 在idea等编译器中配置此setting.xml文件既可。

你可能感兴趣的:(配置,阿里云,maven)