Spring框架
meepai
这个作者很懒,什么都没留下…
展开
-
Spring 配置文件详解
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/axu20/archive/2009/10/14/4668188.aspx1.基本配置: xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"转载 2014-02-11 11:00:03 · 402 阅读 · 0 评论 -
Spring依赖注入的三种方式
看过几篇关于Spring依赖注入的文章,自己简单总结了一下,大概有三种方式:1、自动装配 通过配置applicationContext.xml中的标签的default-autowire属性,或者标签的autowire属性,可以配置IOC容器的自动装配机制为byName,byType等。2、配置文件ref配置 通过配置applicationContext.xml原创 2014-02-11 14:48:41 · 727 阅读 · 0 评论 -
Spring ioc注解教程
目录一、 概述...4二、 具体介绍...51. 传统写法...51.1. 介绍...51.2. 实例...52. Annotation注解...72.1. @Autowired. 72.2. @Autowired(required =转载 2014-02-11 15:20:34 · 531 阅读 · 0 评论 -
Spring2.5注解不需要接口注入的方法
最近用到了Spring2.5的注解,一般情况下是需要注入接口才可是使用,当没有接口,而直接在Action中注入Service层的实现类的时候,在运行会报Java代码 org.springframework.beans.factory.beannotofrequiredtypeexception bean named org.springframewor转载 2014-02-12 13:24:36 · 1201 阅读 · 0 评论 -
Spring 知识总结
Spring 知识总结原创 2015-11-06 22:47:58 · 464 阅读 · 0 评论