出现错误 Project ‘org.springframework.boot:spring-boot-starter-parent’ not found

问题解决:
1、查看本地的maven仓库是否已经下载好完整的依赖 出现错误 Project ‘org.springframework.boot:spring-boot-starter-parent’ not found_第1张图片
2、查看依赖下载的很完整,但是在idea的pom.xml文件中显示还是找不到报红,那么可以定位原因,可能是idea缓存的问题
3、清理idea缓存, 按照如下图,两步操作,清理缓存,自动重启idea后,问题可以解决出现错误 Project ‘org.springframework.boot:spring-boot-starter-parent’ not found_第2张图片

出现错误 Project ‘org.springframework.boot:spring-boot-starter-parent’ not found_第3张图片

你可能感兴趣的:(IDE,java,maven)