Commit d8508552 by xueli.xue

升级quartz版本至2.3.0;

parent ff5a5bcd
Showing with 2 additions and 1 deletions
......@@ -815,6 +815,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 5、JobHandler中开启子线程时,支持子线程输出执行日志并通过Rolling查看。
- 6、任务日志清理功能;
- 7、弹框组件统一替换为layer;
- 8、升级quartz版本至2.3.0;
#### TODO LIST
- 1、任务并行触发处理规则:单机串行队列(默认)、单机并行、串行忽略、单机覆盖;
......
......@@ -139,7 +139,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
</dependency>
<!-- xxl-job-core -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment