update ruoyi-quartz/src/main/java/com/ruoyi/quartz/config/ScheduleConfig.java.
fix:PostgreSQL quartz定时任务BUG => [Couldn't acquire trigger: Couldn't retrieve trigger: Bad value for type long \x](https://github.com/quartz-scheduler/quartz/issues/284) Signed-off-by: icebear <7694710+bingbingbing9527@user.noreply.gitee.com>
This commit is contained in:
parent
aacd0d6c90
commit
81d908c2a4
@ -29,6 +29,7 @@
|
||||
// prop.put("org.quartz.threadPool.threadCount", "20");
|
||||
// prop.put("org.quartz.threadPool.threadPriority", "5");
|
||||
// // JobStore配置
|
||||
// prop.put("org.quartz.jobStore.driverDelegateClass", "org.quartz.impl.jdbcjobstore.PostgreSQLDelegate");
|
||||
// prop.put("org.quartz.jobStore.class", "org.springframework.scheduling.quartz.LocalDataSourceJobStore");
|
||||
// // 集群配置
|
||||
// prop.put("org.quartz.jobStore.isClustered", "true");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user