文件名称:第一个spring IOC例子(非maven)
文件大小:2.52MB
文件格式:ZIP
更新时间:2022-05-07 10:12:16
spring
第一个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类
【文件预览】:
HelloSpring
----bin()
--------com()
--------applicationContext.xml(578B)
----.settings()
--------org.eclipse.jdt.core.prefs(670B)
----src()
--------com()
--------applicationContext.xml(578B)
----.project(387B)
----.classpath(742B)
----lib()
--------spring-core-3.2.0.RELEASE.jar(843KB)
--------spring-expression-3.2.0.RELEASE.jar(189KB)
--------spring-context-3.2.0.RELEASE.jar(834KB)
--------spring-aop-3.2.0.RELEASE.jar(327KB)
--------commons-logging-1.2.jar(60KB)
--------spring-beans-3.2.0.RELEASE.jar(591KB)
--------spring-aspects-3.2.0.RELEASE.jar(68KB)