quartz spring maven

 

采用spring4.x+quartz2.x+maven的方式处理定时任务。

 

1、有页面动态维护任务。(同时起到监控作用)

 

 

refurl:http://www.meiriyouke.net/?p=82 有完整教程,在此基础上改编。

 

http://blog.arganzheng.me/posts/quartz-and-spring-integration-ioc-autowire.html

讲到了如何获取spring容器,以及动态注入Job

 

http://tech.meituan.com/mt-crm-quartz.html 美团的quartz监控,做的不错。

 

http://www.iteye.com/topic/441951  另一个同学做的监控

 

http://haiziwoainixx.iteye.com/blog/1838055  将Job持久化有详细的配置文件。

并且此文章提到了quartz的翻译教程。

 

 

http://infocenter.pentaho.com/help48/index.jsp?topic=%2Finstall_ziptar%2Ftask_config_quartz_mysql.html   myql的驱动如何配置。

 

 

http://saltnlight5.blogspot.com/2012/12/getting-started-with-quartz-scheduler.html 同上。

 

http://m.blog.itpub.net/22682648/viewspace-616598 持久化配置文件详细描述

 

 

http://bbs.csdn.net/topics/310082050  持久化配置文件

 

http://itindex.net/detail/49926-quartz-spring 这个教程【完整教程】的阉割版

--------------------------------------------------------------------------

 

http://blog.csdn.net/u010397369/article/details/17465649  常规教程,无动态

 

http://firezhfox.iteye.com/blog/1770575 普通教程(表达式配置)

  

 

http://fluagen.blog.51cto.com/146595/32215/      简单的动态配置

 

 

 

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(spring)