Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found
原文链接:Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found – 每天进步一点点 (longkui.site)
某日构建springboot项目,构建完毕以后发现下面这样
然后打开pom文件,发现springboot的依赖爆红(这个版本号是随便举例)
我去本地仓库看了看,有这个依赖,但是还是爆红。
解决办法比较简单,可以尝试一下清除缓存重启,
重启IDEA后就正常了。