解决maven 在intellij IDEA 下载依赖包速度慢的问题

右键项目选中maven选项,然后选择 “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
        

    

 

你可能感兴趣的:(Spring)