码迷,mamicode.com
首页 > 编程语言 > 详细

Spring注解定时任务

时间:2018-05-25 19:21:40      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:exce   ann   定时   pre   schedule   color   div   schema   not   

xmlns:task="http://www.springframework.org/schema/task"

xsi:schemaLocation="
            http://www.springframework.org/schema/task
            http://www.springframework.org/schema/task/spring-task-3.0.xsd


 <task:scheduler id="myScheduler" pool-size="5"/>  
    <task:annotation-driven scheduler="myScheduler"/> 



@Scheduled(cron = "0/5 * * * * ?")
    public void login()throws Exception{
        System.out.println("王华");
    }
        

 

Spring注解定时任务

标签:exce   ann   定时   pre   schedule   color   div   schema   not   

原文地址:https://www.cnblogs.com/wwwcf1982603555/p/9090079.html

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