解决Cannot resolve org.springframework.boot中一些jar下载不成功的方法

解决Cannot resolve org.springframework.boot

比如我遇到了Cannot resolve org.springframework.boot:spring-boot-starter-web:2.2.6.RELEAS一直下载不成功的,我一开始以为是网络太慢的原因,然后看了测试了网速没有问题,然后看一下Maven仓库
在这里插入图片描述

E:Mavenapache-maven-3.6.3confsettings.xml
然后我打开setting.xml发现我之前一开始安装时,没有用到阿里的镜像,导致下载速度很慢,很多时候都下载不成功,所以我设置了阿里的镜像

 
	 
		alimaven
		aliyun maven
		http://maven.aliyun.com/nexus/content/groups/public/
		central
	
  

然后问题就成功的解决了

你可能感兴趣的:(java,java,后端)