idea 无法下载依赖包的问题

1.idea的maven配置

idea 无法下载依赖包的问题_第1张图片

idea 无法下载依赖包的问题_第2张图片 

idea 无法下载依赖包的问题_第3张图片 

2.setting.xml 加载edas依赖使用










	
	
	
	
	D:/repo
	
	
	
	
		
		nexus-aliyun
		*
		Nexus aliyun
		http://maven.aliyun.com/nexus/content/groups/public
	
	
		
			nexus
			
			
			
				
					central
					 http://repo1.maven.org/maven2
					
						true
					
					
						true
					
				
			
			
				
					central
					 http://repo1.maven.org/maven2
					
						true
					
					
						true
					
				
			
		

		
			edas.oss.repo
			
				
					edas-oss-central
					taobao mirror central
					http://edas-public.oss-cn-hangzhou.aliyuncs.com/repository
					
					
						true
					
					
						true
					
				
			
			
				
					edas-oss-plugin-central
					http://edas-public.oss-cn-hangzhou.aliyuncs.com/repository
					
					
						true
					
					
						true
					
				
			
		

	

	
		nexus
		edas.oss.repo
	

 

你可能感兴趣的:(idea)