现在的编辑软件有很多,这里以eclipse IDE版本为例

Spring的开发包、如何安装配置

下载spring-tool-suite-3.8.3.RELEASE-e4.6.2-win32文件,这个需要安装在eclipse上面,所以必须要选择和eclipse相对应的版本安装,如何查看eclipse版本号?我们打开eclipse
eclipse IDE 安装spring插件
然后点击工具栏中的help
eclipse IDE 安装spring插件
点击About Eclipse IDE
eclipse IDE 安装spring插件
可以看到eclipse Platform的版本号。
eclipse IDE 安装spring插件
这里我用的是4.13版本。

然后在打开help->Install New Software…
eclipse IDE 安装spring插件
eclipse IDE 安装spring插件

点击Add,Name里面随便输入,这个你给插件起的名字。然后在locationL里面输入http://dist.springsource.com/release/TOOLS/update/e4.11/点击Add
出现以下界面点击Select All(全部选中),我喜欢全部选中,万一以后能用到的
eclipse IDE 安装spring插件
如果不想弄那些其他的也可以选择这几项
eclipse IDE 安装spring插件
这里还要一个选项Contact update sites during install to find requried software(这个值更新插件的额,没用),然后点击Next选项
eclipse IDE 安装spring插件
点击Confirm
eclipse IDE 安装spring插件
选择I accept the terms of the license agreements,然后点击Finish
eclipse IDE 安装spring插件

然后等待安装
eclipse IDE 安装spring插件

点击Yes重启即可
eclipse IDE 安装spring插件

相关文章:

  • 2021-09-25
  • 2021-06-21
  • 2021-10-11
  • 2022-01-13
  • 2021-10-25
  • 2021-05-12
  • 2021-06-30
  • 2021-09-15
猜你喜欢
  • 2021-07-26
  • 2021-05-26
  • 2021-11-20
  • 2021-06-06
  • 2021-12-01
相关资源
相似解决方案