IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9

先看maven仓库地址是否正确

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第1张图片

 

再看Java版本设置是否正确

1)pom.xml中

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第2张图片

2)设置》构建,执行,部署》compiler》 Java compiler

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第3张图片

 3)project structre项目结构中

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第4张图片

 IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第5张图片

 

最后考虑删除maven本地仓库中报错的依赖文件后重新下载

可能是因为之前下载的依赖存在问题或因为网络问题没有下载完

如图所示删除spring-boot-starter-parent:2.3.9.RELEASE相关文件

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第6张图片

 再更新依赖重新下载

IDEA报错 Cannot resolve org.springframework.boot:spring-boot-starter-parent:2.3.9_第7张图片

 

 

你可能感兴趣的:(intellij-idea,java,maven,spring,spring,boot)