Quartz
阿O_不拽
我很懒所以没有介绍
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用spring 的Quartz 定时任务入门
这里必须的jar包: spring.jar quartz-all-1.6.0.jar commons-collections-3.1.jar jta.jar 然后将applicationContext.xml放到src下(位置自己决定), web.xml: contextConfigLocation 如果是classpa原创 2013-10-11 13:54:11 · 567 阅读 · 0 评论 -
spring和quartz的集成
Spring 3 + Quartz 1.8.6 Scheduler Example In this tutorial, we will show you how to integrate Spring with Quartz scheduler framework. Spring comes with many handy classes to support Quartz, and de原创 2013-10-11 13:57:15 · 680 阅读 · 0 评论
分享