在Eclipse上配置spring-framework-4.3


一、如果eclipse没有安装sts(spring-tool-suite),建议安装,因为大大方便spring开发。已安装的跳过这一步。在线安装比较方便。点击help -->Eclipse Marketplace-->Popular

在Eclipse上配置spring-framework-4.3

找到sts,点击install开始下载和安装。这需要一段时间。安装完成后重启即可

二、为工程添加spring开发包

spring3.0以上已经没有提供完整的spring包了,按功能模块被分解成了,实际开发时,选择你需要的包即可。core,beans,context,expression,另外还有common-logging包。在开发中一般都需要被加入,如果你实际应用使用了aop等,这些包也要被加入。将需要的包添加到工程,BuildPath即可。

在Eclipse上配置spring-framework-4.3

spring-frame的开发包可以到我的资源页去下载。链接在这里 http://download.****.net/download/willchou123/10218672