quartz_priority.properties

来自「Quartz is a full-featured, open source j」· PROPERTIES 代码 · 共 9 行

PROPERTIES
9
字号
org.quartz.scheduler.instanceName=PriorityExampleScheduler# Set thread count to 1 to force Triggers scheduled for the same time to # to be ordered by priority.org.quartz.threadPool.threadCount=1org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPoolorg.quartz.jobStore.class=org.quartz.simpl.RAMJobStore

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?