【Make My Eclipse 】之 Spring Plugin

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.安装完插件后的效果图

7、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即可看到依赖的关系。
 
文中引用了:

java农民工(侦探的传说) 的文章:

eclipse helios安装springide plugin

http://hi.baidu.com/magicdetective/item/28ba29ee226e72265a2d640e
原文地址:https://www.cnblogs.com/daocaowu/p/3509565.html