IntelliJ IDEA Maven库下载依赖包速度慢的问题

右键项目选中maven选项,然后选择“open settings.xml”或者如果没有的话就选择
“create settings.xml”,
然后把如下代码粘贴进去就可以了。重启IDE,感受速度飞起来的感觉吧!!!



    
        

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

        
            uk
            central
            Human Readable Name for this Mirror.
            http://uk.maven.org/maven2/
        

        
            CN
            OSChina Central
            http://maven.oschina.net/content/groups/public/
            central
        

        
            nexus
            internal nexus repository
            
            http://repo.maven.apache.org/maven2
            central
        

    


重启下idea就可以享受飞一般的感觉!

你可能感兴趣的:(maven)