spring自动装配例子

时间:2018-04-24 04:16:47
【文件属性】:

文件名称:spring自动装配例子

文件大小:6.38MB

文件格式:ZIP

更新时间:2018-04-24 04:16:47

spring

ean的自动装配,有4种 (1)no:不做任何操作 (2)byName:根据属性 名 自动装配,设值注入 (3)byType:根据属性 类型 自动装配,相同类型多个会抛出异常,设值注入 (4)constructor:与 byType 方式类似,不同之处是构造注入 本例,演示 byName自动装配


【文件预览】:
SpringDemo1
----.project(1KB)
----src()
--------autowiring()
--------spring-aware.xml(411B)
--------aware()
--------ioc()
--------spring.xml(871B)
--------spring-autowiring.xml(530B)
----WebRoot()
--------WEB-INF()
--------index.jsp(829B)
--------META-INF()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(403B)
--------org.eclipse.jdt.core.prefs(357B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.component(558B)
--------.jsdtscope(510B)
----test()
--------test()
----.classpath(4KB)

网友评论