Project build error: Non-resolvable parent POM for com.Sheffy:demo:0.0.1-SNAPSHOT: Failure to find org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in http://m.huadong.net/repository/internal was cached in the local repository, resolution will not be reattempted until the update interval of huadong-internal has elapsed or updates are forced and ‘parent.relativePath’ points at no local POM
最近正在学习Spring boot,在http://start.spring.io/下载demo导入到Eclipse的时候,pom.xml显示了错误:
Project build error: Non-resolvable parent POM for com.Sheffy:demo:0.0.1-SNAPSHOT: Failure to find org.springframework.boot:spring-boot-starter-parent:pom:2.0.4.RELEASE in http://m.huadong.net/repository/internal was cached in the local repository, resolution will not be reattempted until the update interval of huadong-internal has elapsed or updates are forced and ‘parent.relativePath’ points at no local POM
在网上找了资料,最后发现是setting.xml的问题,需要选择正确的setting.xml文件才可以。