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
        
 
    
 

你可能感兴趣的:(开发工具)