eclipse中创建springboot项目时,pom中的parent标签一直报错?

报错内容为Project build error: Non-resolvable parent POM for com.tjf.springbootdemo:springboot-helloword:0.0.1-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:1.5.8.RELEASE in repo1 (http://mvnrepository.com/) and 'parent.relativePath' points at no local POM
本地仓库确实没有下载下来相应的jar包,远程仓库配置没有问题,可以下载jar包,
求大神解决一下

没有下载下来,选中项目,右键选中maven中选择update,更新一下,如果是下载一半,缺少部分jar包,则将update中的Force Update of ....他的意思是重新下载jar包

在本地库中把残余的要先删掉的...

我也遇到这个问题了,求解答