文件名称:Spring注释 注入方式源码示例,Annotation
文件大小:13.42MB
文件格式:RAR
更新时间:2016-02-27 09:09:11
Annotation Spring 注解 注释
花了些时间做了一个实验,彻底弄懂了spring Annotation注入的方式。凡带有@Component,@Controller,@Service,@Repository 标志的等于告诉Spring这类将自动产生对象,而@Resource则等于XML配置中的ref,告诉spring此处需要注入对象,所以用@Resource就有了ref的功效。
要用注解注入方式,还需要在applicationContext.xml文件加入一行代码:
【文件预览】:
myAnnotation
----.project(1KB)
----WebContent()
--------WEB-INF()
--------META-INF()
--------login.jsp(608B)
--------resultResult.jsp(517B)
----src()
--------action()
--------struts.xml(504B)
--------Mode()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(305B)
--------org.eclipse.jdt.core.prefs(364B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.core.resources.prefs(57B)
--------org.eclipse.wst.common.component(467B)
--------.jsdtscope(503B)
----build()
--------classes()
----.classpath(588B)