showcase的初始化时是不是少一张表?
启动报错 Caused by: org.quartz.JobPersistenceException: Couldn't retrieve trigger: Table "QRTZ_TRIGGERS" not found; SQL statement: SELECT *…
Quartz Job的事务
Spring 3.1M2 quartz1.85 编写的作业需要持久化到数据库,可是怎么控制一个job内的事务 例如 public class UpdateUserJob extends QuartzJobBean { …