版權聲明:本文為博主原創文章,未經博主允許不得轉載。 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
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!