1.打开eclipse ide,help->install new software..
2.输入updatesite http://springide.org/updatesite 或者 SpringSource Update Site for Eclipse 4.2 - http://dist.springsource.com/release/TOOLS/update/e4.2
3.这时会出现不少关于spring的插件,你先只选择下图的这个几

4.按提示重启eclipse.
5.(可选)有不少其它的spring插件都会依赖于这个ajdt,因此你先要安装eclipse ajdt插件,updatesite:http://download.eclipse.org/tools/ajdt/36/update
安装完以后,spring的其它插件就能够继续安装了
6.安装完插件后的效果图
java
七、eclipse中如何查看spring的bean之间的关联(依赖):
首先安装好spring ide(spring ide的安装请看3)之后,右击项目:
(1)、调出spring explorer出来: eclipse---- Window----show View ----other(输入spring explorer)--- OK
(2)、选中项目-----右击-----Spring Tools----add spring project nature
(3)、第2步操做之后,查看spring explorer会出现项目此时:
eclipse ----Spring explorer----右击项目---Properties----spring----Bean support--Config Files---add ---把bean.xml的文件都选上----点击ok
(4)、可选:Spring ---Dependency Manager 能够把automatically update dependences from Maven pom.xml选择上。
(5)、spring explorer-----找到你想要看的bean.xml----右击---Open Dependency Graph便可看到依赖的关系。