国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT

這篇具有很好參考價(jià)值的文章主要介紹了Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

使用spring initializr創(chuàng)建maven程序, 在intellij idea中打開(kāi)時(shí)報(bào)錯(cuò): Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT 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
原因百度了一圈 說(shuō)是因?yàn)槲覀儼裮aven的下載源改成了阿里云, 但是阿里云還沒(méi)有同步一些關(guān)鍵組件
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT,spring,java,spring boot
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT,spring,java,spring boot

解決方法: 在pom.xml中把spring-boot-starter-parent:pom的版本降到2.X的版本就可以。如下圖所示
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT,spring,java,spring boot
控制臺(tái)就不報(bào)錯(cuò)了
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT,spring,java,spring boot
我這里的java版本是17,使用3.0.0這個(gè)版本加載依賴時(shí)不會(huì)報(bào)錯(cuò),但是在啟動(dòng)服務(wù)的時(shí)候就會(huì)報(bào)錯(cuò)
解決如下:

http://t.csdn.cn/CWlIf

有問(wèn)題可加v 876942434 ,一起交流 一起進(jìn)步~文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-595694.html

到了這里,關(guān)于Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.0.1-SNAPSHOT的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • org.springframework.boot:spring-boot-starter-parent’ not found

    org.springframework.boot:spring-boot-starter-parent’ not found

    用 Spring Initializr創(chuàng)建的項(xiàng)目,然后點(diǎn)進(jìn)pom.xml文件,有好幾處變紅,且報(bào)錯(cuò),且DemoApplication報(bào)無(wú)法解析符號(hào) ‘SpringBootApplication’ ?現(xiàn)在這個(gè)文件無(wú)法啟動(dòng),且java無(wú)法創(chuàng)建類和接口,點(diǎn)擊下方加載maven項(xiàng)目就好了 然后現(xiàn)在開(kāi)始變紅報(bào)錯(cuò)了,說(shuō)無(wú)法解析符號(hào) \\\'SpringBootApplication\\\' ?以下

    2024年02月03日
    瀏覽(20)
  • IDEA 找不到項(xiàng)目 ‘org.springframework.boot:spring-boot-starter-parent:3.1.2‘

    IDEA 找不到項(xiàng)目 ‘org.springframework.boot:spring-boot-starter-parent:3.1.2‘

    找不到項(xiàng)目 ‘org.springframework.boot:spring-boot-starter-parent:2.6.7’ 這個(gè)問(wèn)題主要是因?yàn)閕de的緩存導(dǎo)致的,我們直接清理緩存并重啟ide 重啟之后ide會(huì)對(duì)pom文件進(jìn)行編排索引完成之后問(wèn)題就沒(méi)有了

    2024年02月12日
    瀏覽(21)
  • 報(bào)錯(cuò) Project ‘org.springframework.boot:spring-boot-starter-parent’ not found 的解決辦法

    報(bào)錯(cuò) Project ‘org.springframework.boot:spring-boot-starter-parent’ not found 的解決辦法

    先上圖: ?引入spring-boot-starter-parent 依賴的時(shí)候總是會(huì)有報(bào)錯(cuò)。 網(wǎng)上大多數(shù)辦法都說(shuō)是maven的問(wèn)題,但是maven的配置明明沒(méi)有問(wèn)題但還是會(huì)報(bào)錯(cuò)。 那么有可能是緩存的原因,可以清理一下idea的緩存。 如下: ?點(diǎn)擊圖中高亮的選項(xiàng) ?選擇圖中的Inavalidate and Restart ?問(wèn)題解決。

    2024年02月13日
    瀏覽(113)
  • 報(bào)錯(cuò): Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom

    報(bào)錯(cuò): Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom

    在maven項(xiàng)目中若要導(dǎo)入SpringBoot, 或是創(chuàng)建SpringBoot項(xiàng)目時(shí),父級(jí)依賴的spring-boot-starter-parent通常都會(huì)出現(xiàn) Project ‘org.springframework.boot:spring-boot-starter-parent:x.x.x’ not found 或 Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom 的錯(cuò)誤提示。 問(wèn)題出現(xiàn)場(chǎng)景 我新建了一個(gè)

    2024年02月07日
    瀏覽(28)
  • idea創(chuàng)建spring項(xiàng)目后報(bào)錯(cuò)‘org.springframework.boot:spring-boot-starter-parent:2.7.3‘ not found

    idea創(chuàng)建spring項(xiàng)目后報(bào)錯(cuò)‘org.springframework.boot:spring-boot-starter-parent:2.7.3‘ not found

    創(chuàng)建新項(xiàng)目后spring-boot-starter-parent找不到,原因在于新建項(xiàng)目選擇了spring-boot-starter-parent新版本,而緩存中還是使用的老版本導(dǎo)致。 idea默認(rèn)緩存maven本地庫(kù)中的依賴庫(kù),在新建項(xiàng)目時(shí)會(huì)直接到緩存中尋找依賴庫(kù)。如果相同庫(kù)只是修改版本會(huì)導(dǎo)致idea無(wú)法從緩存中依賴到相應(yīng)的庫(kù)

    2024年02月07日
    瀏覽(98)
  • org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server

    org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server

    org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server ------------------------------------------ 本地模擬復(fù)現(xiàn)問(wèn)題 JDK 1.8_341? ?tomcat 9.0.41 其實(shí)不是tomcat和JDK版本問(wèn)題,而是SSL配置出錯(cuò)的。

    2024年04月12日
    瀏覽(24)
  • 【解決】nested exception is org.springframework.boot.web.server.WebServerException Unable to start

    【解決】nested exception is org.springframework.boot.web.server.WebServerException Unable to start

    【問(wèn)題描述】:IDEA發(fā)布SpringBoot工程時(shí),出現(xiàn)了該異常,一直發(fā)布不成功,報(bào)了以下的錯(cuò)誤 nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded 問(wèn)題原因 因?yàn)镾pringBoot是內(nèi)嵌了Tomcat服務(wù)器的,出現(xiàn)該問(wèn)題的話,明顯是因?yàn)門omcat沒(méi)有配置好,網(wǎng)絡(luò)上有說(shuō)包

    2024年02月15日
    瀏覽(19)
  • Maven打包失敗--Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:no found...

    Maven打包失敗--Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:no found...

    1、問(wèn)題還原,無(wú)論怎樣操作,打包都是失敗 Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.3.4.RELEASE:repackage (repackage) on project guigu-common: Execution repackage of goal org.springframework.boot:spring-boot-maven-plugin:2.3.4.RELEASE:repackage failed: Unable to find main class - [Help 1] [ERROR] ?2、這個(gè)問(wèn)

    2024年02月03日
    瀏覽(94)
  • Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerExcepti

    Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerExcepti

    Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat 這是我自己項(xiàng)目加錯(cuò)了報(bào)錯(cuò)了。? ?

    2024年02月16日
    瀏覽(15)
  • 已解決:SpringBoot啟動(dòng)報(bào)錯(cuò):Unable to start web server; nested exception is org.springframework.boot.web

    查了一些解決方案,但是最后發(fā)現(xiàn)這個(gè)報(bào)錯(cuò)是因?yàn)椋涸趐om引用了jackson相關(guān)包,但沒(méi)有引用完整導(dǎo)致的 這個(gè)Jackson 是當(dāng)前用的比較廣泛的,用來(lái)序列化和反序列化 json 的 Java 的開(kāi)源框架。

    2024年02月12日
    瀏覽(31)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包