码迷,mamicode.com
首页 > 其他好文 > 详细

用注解方式写定时任务

时间:2016-12-14 19:13:18      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:添加   drive   ack   task   not   nbsp   扫描   bsp   任务   

spring里加上 
</context:component-scan>
<!-- 任务自动扫描 -->
<task:annotation-driven/>
<!-- 扫描位置 -->
<context:annotation-config/>  
    <context:component-scan base-package="com.xxx.xxx"/>

然后在类上面添加注解  @Component,声明他是一个组件

用注解方式写定时任务

标签:添加   drive   ack   task   not   nbsp   扫描   bsp   任务   

原文地址:http://www.cnblogs.com/zhifengge/p/6180088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!