創建使用Spring啓動項目在Spring工具套件的項目,我得到一個錯誤的pom.xml如下錯誤創建項目在Spring工具套件使用Spring啓動項目
:Project build error: Non-resolvable parent POM for
com.example:demo:0.0.1-SNAPSHOT: Failure to transfer
org.springframework.boot:spring-boot-starter-parent:pom:1.4.0.RELEASE
from 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. Original error: Could not transfer artifact
org.springframework.boot:spring-boot-starter-parent:pom:1.4.0.RELEASE from/to
central (https://repo.maven.apache.org/maven2):
repo.maven.apache.org and 'parent.relativePath' points at no local POM.
請幫我解決它
這不是你的錯誤,你不應該得到一個downvote。當你創建你的新項目時,你可能注意到External Libraries集合是空的 - 沒有Maven。如果你右鍵點擊你的pom.xml文件,它應該給你重新導入Mavin的選項。我嘗試了幾次,並且每次都收到Apache發送的失敗的下載消息。Apache服務器發生了一些問題,例如當您嘗試重新導入Mavin時,您會收到一條消息:「無法傳輸org.springframework.boot:spring-boot-starter -parent:POM:1.4.0.RELEASE」。 – GDB
還有更多。如果您嘗試訪問錯誤消息中的網址 - http://maven.apache.org/POM/4.0.0 - 則會出現404錯誤。 – GDB
我浪費了幾個小時的時間,最後只是回收了一段時間我寫的小POC應用程序。還有幾個其他的SO帖子涉及這個相同的問題。我會保存一個鏈接到這個頁面,並在有解決方案時回來。 – GDB