Maven配置阿里云中心仓库


在 Maven 安装目录下的 settings.xml 配置文件中, 添加如下配置  

D:\javasource\maven-repository



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




    jdk-1.8
    
    true
    1.8
    
    
    1.8
    1.8
    1.8
    
IntelliJ IDEA 设置Maven