一、首先,查看自己的Eclipse版本,选择help->About Eclipse
二、目前spring官网(http://spring.io/tools/sts/all)上可下载的spring插件只有:springsource-tool-suite-3.8.4(sts-3.8.4)。但这只针对指定的eclipse版本适用。
如何为自己的eclipse下载历史版本的sts呢?拼下载的url。
首先,鼠标右键可下载的sts链接,然后“复制链接地址”,把地址拷贝出来
以历史版本列表中sts-3.7.2版为例。
拷贝出来的地址如下:
http://download.springsource.com/release/STS/3.7.2.RELEASE/dist/e4.5/spring-tool-suite-3.7.2.RELEASE-e4.5.1-win32-x86_64.zip。
现在将两个地址进行比较和拼接:
sts-3.8.4插件下载地址:http://download.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.7/springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip,
sts-3.7.2历史版本信息下载地址:http://download.springsource.com/release/STS/3.7.2.RELEASE/dist/e4.5/spring-tool-suite-3.7.2.RELEASE-e4.5.1-win32-x86_64.zip(这个文件是错误的,无法使用)
拼出sts-3.7.2的插件下载地址是:http://download.springsource.com/release/TOOLS/update/3.7.2.RELEASE/e4.5/springsource-tool-suite-3.7.2.RELEASE-e4.5.1-updatesite.zip
这是历史版本sts合集的百度网盘资源:http://pan.baidu.com/s/1cb6Xae
三、打开Eclipse选择Help -> Install Software -> Add
注意!选择的是Archive... 之后选择你下载的 springsource-tool-suite-3.4.0.RELEASE-e4.3.1-updatesite.zip
建议不要解压,选择Archive...
选带有Spring IDE的项 (有4项),并去掉Contact all update…前面的勾选,点击Next,等待安装重启。
四、把以下 jar 包加入到工程的 classpath 下
先在工程目录下新建lib文件夹将jar包导入,然后选定文件,右键 ->Build Path ->Add to Build Path
•Spring 的配置文件: 一个典型的 Spring 项目需要创建一个或多个 Bean 配置文件, 这些配置文件用于在 Spring IOC 容器里配置 Bean。 Bean 的配置文件可以放在 classpath 下,也可以放在其它目录下。