File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
api-boot-samples/api-boot-sample-quartz Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2626| ` api.boot.quartz.startup-delay ` | 否 | 0 | 初始化完成后启动调度程序的延迟。 |
2727| ` api.boot.quartz.wait-for-jobs-to-complete-on-shutdown ` | 否 | false | 是否等待正在运行的作业在关闭时完成。 |
2828| ` api.boot.quartz.overwrite-existing-jobs ` | 否 | false | 配置的作业是否应覆盖现有的作业定义。 |
29- | ` api.boot.quartz.properties ` | 否 | | Quartz自定义的配置属性,具体参考quartz配置 |
3029| ` api.boot.quartz.jdbc ` | 否 | | 配置数据库方式的Jdbc相关配置 |
30+ | ` api.boot.quartz.prop.job-store-class ` | 否 | org.quartz.impl.jdbcjobstore.JobStoreTX | 任务数据源类 |
31+ | ` api.boot.quartz.prop.job-store-cluster-checkin-interval ` | 否 | 20000 | 集群检查时间 |
32+ | ` api.boot.quartz.prop.scheduler-instance-id ` | 否 | AUTO | 调度器ID |
33+ | ` api.boot.quartz.prop.scheduler-instance-name ` | 否 | jobScheduler | 调度器名称 |
34+ | ` api.boot.quartz.prop.job-store-table-prefix ` | 否 | QRTZ_ | 表结构前缀 |
35+ | ` api.boot.quartz.prop.job-store-clustered ` | 否 | true | 是否开启任务数据集群 |
36+ | ` api.boot.quartz.prop.job-store-driver-delegate-class ` | 否 | org.quartz.impl.jdbcjobstore.StdJDBCDelegate | 任务数据源驱动类 |
37+ | ` api.boot.quartz.prop.thread-pool-threads-inherit-context-class-loader-of-initializing-thread ` | 否 | true | 线程继承上下文类加载或定义线程 |
3138
3239### 内存方式
3340
You can’t perform that action at this time.
0 commit comments