maven中settings.xml仓库配置

     
	
	  aliyunmaven
	  *
	  阿里云公共仓库
	  https://maven.aliyun.com/repository/public
	

    
    
        repo1
        central
        Human Readable Name for this Mirror.
        https://repo1.maven.org/maven2/
    
		

    
    
        repo2
        central
        Human Readable Name for this Mirror.
        https://repo2.maven.org/maven2/
    

你可能感兴趣的:(maven中settings.xml仓库配置)