-
以下是第一个非maven的Spring IOC例子
资源介绍
第一个spring IOC例子(非maven)
方法步骤:
1、下载spring包,提取core,bean,context,expression 四大基础jar
http://repo.spring.io/release/org/springframework/spring/
2、下载common-logging jar
http://commons.apache.org/proper/commons-logging/download_logging.cgi
3、在eclipse新建一个Java project,在目录下新建lib文件夹将上述几个jar放进lib,然后buila path 引入
4、敲代码,写interface和两个implemetation,新建person类,新建applicationContext.xml,建立person和hellochina或者hellousa的依赖
5、编写main类
- 上一篇: apache-commons-logging.zip
- 下一篇: log jar 包