Spring 注解

Posted 珞樱树下

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring 注解相关的知识,希望对你有一定的参考价值。

一、定时任务  @Scheduled  @EnableScheduling

       @Scheduled注解各参数详解

       @Scheduled不执行的原因   

二、扫描组件  @ComponentScan

使用@ComponentScan自动扫描组件

三、组件 @component

@component的作用详细介绍

1、@controller 控制器(注入服务)

2、@service 服务(注入dao)

3、@repository dao(实现dao访问)

4、@component (把普通pojo实例化到spring容器中,相当于配置文件中的<bean id="" class=""/>)

四、缓存  @EnableCaching @Cacheable

Spring Cache 使用 ---@EnableCaching @Cacheable 注解

五、区分实现类  @Qualifier

       Spring的注解@Qualifier用法

六、配置   @Configuration

@Configuration的使用 和作用

以上是关于Spring 注解的主要内容,如果未能解决你的问题,请参考以下文章

Spring注解原理探索(一)

Spring 常用注解大全

spring使用注解,自动扫描类的时候怎么注入

Spring 注解开发和测试

Spring注解

spring注解说明之Spring2.5 注解介绍(3.0通用)