idea maven 配置阿里云仓库

国内从maven中央仓库下载jar速度慢,需要配置阿里云仓库,提升下载速度

找到idea maven setting.xml 文件路径

setting.xml路径

根据路径打开setting.xml文件

setting.xml内容

添加上图红色框的配置


    
      alimaven  
      aliyun maven  
      http://maven.aliyun.com/nexus/content/groups/public/  
      central          
    

重新打开maven项目

IDEA Community 配置 aliyun maven 同上操作。没有settings.xml文件,自己创建一个settings.xml文件,输入如下内容。



    
    
        
            alimaven
            aliyun maven
            http://maven.aliyun.com/nexus/content/groups/public/
            central
        
    

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