eclipse安装spring boot插件spring tool suite

本文转自:https://www.cnblogs.com/zjdxr-up/p/8617242.html

http://download.springsource.com/release/STS/3.7.3.RELEASE/dist/e4.5/spring-tool-suite-3.7.3.RELEASE-e4.5.2-win32-x86_64.zip

对照着上面3.7.2版本路径修改一下复制出的4.5.2官网路径中标红地方即可。修改规则:

(1)、STS  --> TOOLS/update

(2)、dist 删掉

(3)、spring-tool-suite  -->  springsource-tool-suite

(4)、win32-x86_64.zip  -->  updatesite.zip

修改完即可得到4.5.2版本的spring boot 插件包路径(如下):

http://download.springsource.com/release/TOOLS/update/3.7.3.RELEASE/e4.5/springsource-tool-suite-3.7.3.RELEASE-e4.5.2-updatesite.zip

复制路径到浏览器回车即可下载。

那么如果你的eclipse是其他版本的话,我就不一一叙述了啊,自己对照上面步骤拼出路径进行下载即可。

2.3、现在该讲怎么安装了啊,插件包下载到本地之后,进入到 Eclipse --> Help--> Install new Sofware下,如下图:

点击Add,添加本地下载好的 updatesite.zip结尾的压缩文件,

然后点击next ,

next ,

选择同意,然后finish

提示会重启eclipse,点击yes重启即可

重启之后,我们进入到  Eclipse-->Windows --> Preferences下,会看到有个spring模块,此时就代表,spring boot 插件安装成功。

=================

轉自這位老鐵:https://blog.csdn.net/wudinaniya/article/details/86671002

eclipse2018-4.10.0版本對應:https://download.springsource.com/release/TOOLS/update/3.9.7.RELEASE/e4.10/springsource-tool-suite-3.9.7.RELEASE-e4.10.0-updatesite.zip

eclipse2020-4.15.0版本對應: 4.8.0RELEASE

二 Eclipse离线安装spring插件

Eclipse: Help > Install New Software。

1 点击 Add

2 随便输入插件名称:如 sts-eclipse或sts或直接不填, 选择 在 “一” 中下载的 springsource-tool-suite 的zip包(不必解压)

3 选择与IDE相关的四项(不要多选,用不到还会安装的很慢),并去掉Contact all update... 前面的勾选,然后下一步

只勾选我圈出来的 ,其余的钩都去掉(这一步可以不做,但是后面安装时可能会很慢)

4  Next, , , I accept the terms of the license agreements, Finish

原文地址:https://www.cnblogs.com/Bkxk/p/10167547.html