idea 中maven project 报错:reattempted until the update interval of central has elapsed or updates are forced

发布于 / spring cloud / 0条评论 / Tags: java,spring / 8 次浏览

maven pom 报错:Failure to find com.tencent.tsf:spring-cloud-tsf-dependencies:pom:1.12.1-Edgware-RELEASE in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

1.首先确认你的maven仓库是通的
2.然后检查idea的File ---settings ---build,execution,deployment--maven的settings文件是否正确
3.最后可以mvn -U clean install

    评论区(暂无评论)