Correct way to persist Quartz triggers in database

前端 未结 2 944
温柔的废话
温柔的废话 2020-12-29 14:57

I\'m quite new to Quartz and now I need to schedule some jobs in Spring web application.

I know about Spring + Quartz integration (I\'m using Spring v 3.1.1) but I\'

2条回答
  •  暖寄归人
    2020-12-29 15:39

    I suppose there are quite some documentation available for Spring and Quartz JDBC job store integration; for instance:

    • If you're using annotation configuration: http://java.dzone.com/articles/configuring-quartz
    • If you're using XML configuration: http://arkuarku.wordpress.com/2011/01/06/spring-quartz-using-jdbcjobstore-simple/
    • Quartz Job Stores: http://quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-09
    • Spring 3.x SchedulerFactoryBean for Quartz

提交回复
热议问题