maven下载jar包速度慢解决(亲测可用)

在conf下面的settings.xml

maven下载jar包速度慢解决(亲测可用)_第1张图片

替换下面的



		  
		  E:\repository
    
        
        
            alimaven
            central
            aliyun maven
            http://maven.aliyun.com/nexus/content/repositories/central/
        
    
        
        
            repo1
            central
            Human Readable Name for this Mirror.
            http://repo1.maven.org/maven2/
        
    
        
        
            repo2
            central
            Human Readable Name for this Mirror.
            http://repo2.maven.org/maven2/
        
     

你可能感兴趣的:(java,软件,技术,maven)