Cannot resolve org.springframework:spring-jcl:5.0.10.RELEASE解决方法

Cannot resolve org.springframework:spring-jcl:5.0.10.RELEASE:
Cannot resolve net.bytebuddy:byte-buddy:1.7.11;
。。。等各种依赖的包不能被Cannot resolved解决方法!!!Cannot resolve org.springframework:spring-jcl:5.0.10.RELEASE解决方法_第1张图片
报错原因是找不到包,原因基本就是下载包的时候被打断了,解决方法就是打开maven本地仓库找到对应文件的文件夹,删掉!然后重新Reimport。就是这么简单!!!
Cannot resolve org.springframework:spring-jcl:5.0.10.RELEASE解决方法_第2张图片
pom.xml右键->maven->Reimport。

完美了!

你可能感兴趣的:(springboot)