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便可看到依賴的關係。