摘要: Spring学习笔记(1) 简单的实例 首先需要准备Spring包,可从官方网站上下载。 下载解压后,必须的两个包是spring.jar和commons-logging.jar。此外为了便于测试加入了JUnit包。 在Myeclipse中创建Java项目。 编写一个接口类,为了简单,只加入了一个方法 阅读全文
posted @ 2017-06-04 20:30 lszan 阅读(186) 评论(0) 推荐(0) 编辑