問題描述:
IDEA導(dǎo)入maven項目后,下載jar包的時候,控制臺報錯,報錯信息如下:
org.springframework.boot:spring-boot-starter-parent:pom:2.7.3 failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not 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:2.7.3 from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.7.3/spring-boot-starter-parent-2.7.3.pom
原因:
沒有設(shè)置IDEA中的maven配置,還是默認(rèn)的樣子,所以IDEA會自然地去“https://repo.maven.apache.org/maven2”這個路徑找jar包,那么就會出現(xiàn)解析不了的情況
解決方案:
修改IDEA的maven配置即可,修改后如下:文章來源:http://www.zghlxwxcb.cn/news/detail-651700.html
然后重新加載依賴,即可解決文章來源地址http://www.zghlxwxcb.cn/news/detail-651700.html
到了這里,關(guān)于failed to transfer from https://repo.maven.apache.org/maven2錯誤解決的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!