解决idea在pom.xml下载依赖包速度慢

 

本人第一次写,请各位老鸟多多指教

在Pom.xml右键找到然后选择“open settings.xml”或者 “create settings.xml”,把下面代码复制一波,再重启一波idea

解决idea在pom.xml下载依赖包速度慢_第1张图片



    
        

        
            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在pom.xml下载依赖包速度慢)