版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/li18310727696/article/details/81071002
首先,确认eclipse的版本(这里要求不是太严,只要高版本的eclipse能集成低版本的springboot)

这里以我的eclipse版本为例。

我下载的springboot插件是springsource-tool-suite-3.8.3.RELEASE-e4.6.2-updatesite.zip

通过安装离线工具eclipse: help > Install New Software > add

全选

安装过程中如果报了类似这样的错误

Cannot complete the install because one or more required items could not be found.
Software being installed: Groovy-Eclipse Feature 2.9.1.xx-201411061336-e42-RELEASE (org.codehaus.groovy.eclipse.feature.feature.group 2.9.1.xx-201411061336-e42-RELEASE)
Missing requirement: JDT Core patch for Groovy-Eclipse plugin 2.9.1.xx-201411061336-e42-RELEASE (org.codehaus.groovy.jdt.patch.feature.group 2.9.1.xx-201411061336-e42-RELEASE) requires 'org.eclipse.jdt.feature.group 0.0.0' but it could not be found

说明你还没有安装 org.codehaus.groovy.jdt.patch.feature.group 这个插件

点击这个链接下载需要的依赖插件

https://dist.springsource.org/release/GRECLIPSE/2.9.1/e4.4/org.codehaus.groovy-2.9.1.xx-201411061335-e44-RELEASE-updatesite.zip

然后,按照安装springboot插件的流程,先安装这个依赖插件

依赖插件安装成功后,再重复上述安装springboot插件。

祝你成功
---------------------
作者:li18310727696
来源:CSDN
原文:https://blog.csdn.net/li18310727696/article/details/81071002
版权声明:本文为博主原创文章,转载请附上博文链接!

最新文章

  1. 剑指offer三: 斐波拉契数列
  2. 浅析 Cordova for iOS
  3. JVM字节码之整型入栈指令(iconst、bipush、sipush、ldc)
  4. Python mix-in 组合 ~ 将类组合起来 .
  5. java是通过值传递,也就是通过拷贝传递——通过方法操作不同类型的变量加深理解(勿删)
  6. 泰晓科技 +兰大开源社区 +程序动态分析---LINUX内核网站
  7. zeptoJS:如何像jQuery一样,让滚动变得优雅?
  8. python之 centos6.7下 python 3.5.2、Django-1.9 安装
  9. MongoDB入门命令
  10. 单源最短路径 dijkstra算法实现
  11. vs连接Oracle 客户端库时引发 BadImageFormatException
  12. ES6 Promise 用法讲解
  13. JavaScript 加解密库(crypto-js)
  14. 在C#中的构造函数和解析函数
  15. python 小程序,在列表中找到所有指定内容的位置
  16. Codeforces Round #369 (Div. 2)-D Directed Roads
  17. python添加新的模块
  18. django中的时区设置TIME_ZONE,USE_TZ
  19. Python2.7-SciPy
  20. Swift 里字符串(七)stringIndex

热门文章

  1. ppt学习笔记
  2. vue中 keep-alive 组件的作用
  3. 数据测试001:利用python连接数据库插入excel数据
  4. python-爬虫-scrapy
  5. HTML5元素周期表
  6. 关于lombok插件的使用,强大的简化代码工具
  7. 安装tacker
  8. DP————最小覆盖问题
  9. sql内联注入
  10. SSRF绕过姿势