Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法

**问题描述:本地导入其他工程项目时,maven报错。Failed to read artifact descriptor for org.springframework.boot:spring-boot–:jar
Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法_第1张图片
解决方案:
1.file-》setting找到maven仓库位置
Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法_第2张图片
2.到本地的maven仓库删除这两个jar包,删除下图两个包
Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法_第3张图片
Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法_第4张图片
3.右键选中pom,xml文件,更新一下maven便可以了。
Failed to read artifact descriptor for org.springframework.boot:spring-boot--:jar***解决方法_第5张图片

你可能感兴趣的:(java填坑)