Project build error: Non-resolvable parent POM for cn.tedu:sp02-
itemservice:0.0.1-SNAPSHOT: Failure to find org.springframework.boot:spring-
boot-starter-parent:pom:2.2.6.RELEASE in http://maven.aliyun.com/nexus/
content/groups/public/ was cached in the local repository, resolution will not
be reattempted until the update interval of nexus-aliyun has elapsed or
updates are forced and 'parent.relativePath' points at no local POM
阿里云的中央库不行,请问谁知道用哪一个的可以
到maven的 settings.xml里注释掉 阿里云的 镜像, 让 maven从官方库下载,就没问题了
先去本地仓库,把那个 2.2.6 版本的 .lastupdate文件删除了。再尝试update一下maven工程,一般就没问题了,