出現錯誤 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>
相關文章
- DBCA建庫出現CHMOD NOT FOUND錯誤
- PyTorch出現錯誤“RuntimeError: Found dtype Double but expected Float”PyTorchError
- 安裝 ESXi 出現錯誤 ERROR 1962: No operating system foundError
- Angular 內容投影出現 No provider for TemplateRef found 錯誤的單步除錯AngularIDE除錯
- Spring boot ElasticSearch,出現ElasticsearchRepository.refresh()! No property refresh found for type錯誤...Spring BootElasticsearch
- GetDlgItem() 出現錯誤Git
- 執行hadoop fs -ls時出現錯誤RuntimeException: core-site.xml not foundHadoopExceptionXML
- Opencv出現detecMultiScale錯誤OpenCV
- 小程式錯誤:Component is not found in path
- MyBatis 錯誤:Invalid bound statement (not found)MyBatis
- Laravel 出現 419 錯誤Laravel
- AS打包出現app:transformClassesAndResourcesWithProguardForRelease錯誤APPORM
- 使用 sudo 命令出現錯誤
- FTP出現426錯誤FTP
- Invalid bound statement (not found)錯誤解決
- Flutter 最常出現的典型錯誤Flutter
- 配置nagios出現的錯誤iOS
- 執行Bex 出現 61704 錯誤
- Servlet訪問WebService出現錯誤ServletWeb
- Eclipse 啟動專案錯誤:class not foundEclipse
- 解決ntp的錯誤 no server suitable for synchronization foundServerUI
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- 執行mysqlbinlog出現Found invalid event in binary log錯MySql
- android 打包出現錯誤Error: ResourceNameAndroidError
- 埠占用出現的不同的錯誤:
- 網路連線出現意外錯誤
- 執行jdonMVC示例出現了錯誤MVC
- eclispe 出現超記憶體錯誤Lisp記憶體
- sloaris 出現“mount: I/O error”錯誤Error
- 經常出現 HTTP Status 500 -錯誤HTTP
- JDBC 連oracle 時出現錯誤,,求助???JDBCOracle
- jboss+mysql+hibernate 出現錯誤!!!!!!!MySql
- vsftp出現500 OOPS錯誤FTPOOP
- 解決shell指令碼錯誤$’r’ command not found指令碼
- shell指令碼執行錯誤 $‘\r‘:command not found指令碼
- Mysql啟動錯誤-server PID file could not be foundMySqlServer
- nacos2.3.0版本403 user not found錯誤
- git push出現Permission denied (publickey)錯誤Git