浏览代码

定时任务配置

yumeng 4 年之前
父节点
当前提交
e336f64e4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jeecg-boot-module-system/src/main/resources/quartz.properties

+ 1 - 1
jeecg-boot-module-system/src/main/resources/quartz.properties

@@ -4,7 +4,7 @@ org.quartz.scheduler.batchTriggerAcquisitionMaxCount=50
 org.quartz.threadPool.threadPriority=5
 org.quartz.threadPool.threadPriority=5
 org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
 org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
 org.quartz.jobStore.misfireThreshold=600000
 org.quartz.jobStore.misfireThreshold=600000
-org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore
+# org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore
 
 
 ##打开集群模式
 ##打开集群模式
 #org.quartz.jobStore.isClustered = true
 #org.quartz.jobStore.isClustered = true