出現錯誤 Project ‘org.springframework.boot:spring-boot-starter-parent’ not found
RELEASE的版本是不穩定的,我們需要自己制定spring倉庫,所以在程式碼中加入以下內容就可以了,加上阿里雲的maven映象
<repositories>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
<repository>
<id>spring-snapshots</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<url>http://repo.spring.io/libs-snapshot</url>
</pluginRepository>
</pluginRepositories>
相關文章
- PyTorch出現錯誤“RuntimeError: Found dtype Double but expected Float”PyTorchError
- Angular 內容投影出現 No provider for TemplateRef found 錯誤的單步除錯AngularIDE除錯
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- 小程式錯誤:Component is not found in path
- Laravel 出現 419 錯誤Laravel
- Opencv出現detecMultiScale錯誤OpenCV
- AS打包出現app:transformClassesAndResourcesWithProguardForRelease錯誤APPORM
- 使用 sudo 命令出現錯誤
- SSH出現Connection refused錯誤
- flutter和Android混編下出現“No implementation found for method xxxx on channel”錯誤FlutterAndroid
- Eclipse 啟動專案錯誤:class not foundEclipse
- android 打包出現錯誤Error: ResourceNameAndroidError
- Flutter 最常出現的典型錯誤Flutter
- shell指令碼執行錯誤 $‘\r‘:command not found指令碼
- 解決shell指令碼錯誤$’r’ command not found指令碼
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP
- git push出現Permission denied (publickey)錯誤Git
- kubernetes 載入pod出現ErrImageNeverPull錯誤
- 埠占用出現的不同的錯誤:
- nacos2.3.0版本403 user not found錯誤
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- mysql執行函式出現1418錯誤MySql函式
- 在vscode上寫Makefile出現格式錯誤VSCode
- nginx出現403錯誤的解決方法Nginx
- Qt處理中文編碼出現錯誤QT
- jsp錯誤: "javax.servlet.http.HttpServlet" was not found on the Java Build PathJSJavaServletHTTPUI
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- web前端小白經常出現“四”個錯誤Web前端
- SqlServer NBU備份出現錯誤程式碼2SQLServer
- Mysql出現連線錯誤解決辦法MySql
- Spring Boot建立DataSource時遇到的錯誤:No supported DataSource type foundSpring Boot
- 爬蟲代理ip出現401錯誤原因是什麼?如何修復錯誤?爬蟲
- win10 mstsc出現內部錯誤怎麼修復_win10 mstsc出現內部錯誤解決方法Win10
- ghost win10啟動出現錯誤怎麼解決_ghost win10啟動出現錯誤如何修復Win10
- ORACLE登入出現“ORA-12560:TNS:協議介面卡錯誤”錯誤修復Oracle協議
- Maven關於配置setting.xml出現的錯誤MavenXML
- 傳送請求時,url 出現亂碼錯誤