1.依赖注入的注解解析器

在配置文件中;
  * xsd
    xmlns:context="http://www.springframework.org/schema/context"
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-2.5.xsd

   * 注解解析器
      <context:annotation-config></context:annotation-config>

  * 支持的注解:
    @Resource
    @Autowired
    @Qualifier
    @PostConstruct 初始化方法的注解
    @PreDestroy 销毁的方法的注解

2.类扫描的注解解析器

在配置文件中:
  * xsd
    xmlns:context="http://www.springframework.org/schema/context"
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-2.5.xsd
  * 注解解析器:
    <context:component-scan base-package="cn.itcast.spring0401.scan"></context:component-scan>
  * 支持的注解有
    @Compontent @Repository @Service @Controller

3.aop的注解

  * 注解解析器:
    <aop:aspectj-autoproxy></aop:aspectj-autoproxy>
  * 支持的注解:
    @Aspect @Before @After @Pointcut @AfterReturning @Around @AfterThrowing

4.事务的注解

  * 注解解析器:
    <tx:annotation-driven transaction-manager="transactionManager"/>
    指向事务管理器
  * 支持的注解:
    @Transactional

最新文章

  1. C#常用代码集合(1)
  2. U盘常见问题汇总
  3. php protobuff 使用
  4. 在代码中调用 mvc 4 api
  5. show engine innodb status\G
  6. php刷新当前页面
  7. 基于数据库的自动化生成工具,自动生成JavaBean、数据库文档、框架代码等(v5.8.8版)
  8. DNS服务详解
  9. JS获取键盘事件
  10. python中的基础2
  11. VritualBox安装CentOS及安装增强工具图文教程
  12. windows下安装Scrapy框架
  13. Spring cglib 初始化 ExceptionInInitializerError,new Enhancer() 异常
  14. 【重大更新】DevExpress WinForms v18.2新版亮点(七)
  15. PREV-5_蓝桥杯_错误票据
  16. jdk8-lambda-stream的使用
  17. Luogu4783 【模板】矩阵求逆(高斯消元)
  18. 【java规则引擎】《Drools7.0.0.Final规则引擎教程》第3章 3.2 KIE API解析
  19. Asp.net Mvc (Filter及其执行顺序)
  20. 怎样编写socket套接字

热门文章

  1. webView中支持input的file的选择和alert弹出
  2. android 获取IMEI号
  3. Remoting的入门教程
  4. Intent的属性介绍
  5. SQL 数据库基础语句
  6. 如何查看JDK是64bit还是32bit
  7. iOS开发——app审核指导方针(官网)
  8. 【ios控件】UIScrollView 事件说明
  9. robolectric环境的搭建
  10. eclispe 出现超内纯错误