當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
创建SpringBoot项目时出现Cannot resolve plugin org.springframework的解决方法
生活随笔
收集整理的這篇文章主要介紹了
创建SpringBoot项目时出现Cannot resolve plugin org.springframework的解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
原因是添加依賴時未添加版本號
解決方法:
在pom.xml文件中的依賴添加版本號
原來:
<plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId></plugin> <plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><version>2.2.2.RELEASE</version></plugin>?
總結
以上是生活随笔為你收集整理的创建SpringBoot项目时出现Cannot resolve plugin org.springframework的解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Leetcode--198. 打家劫舍
- 下一篇: JSP页面元素,内置对象及request