提交 22b80c5a authored 作者: xuxueli's avatar xuxueli

update document

上级 8516d7bb
......@@ -1687,6 +1687,7 @@ public ReturnT<String> execute(String param) {
### 6.28 版本 v2.2.0 Release Notes[迭代中]
- 1、[迭代中]调度中心升级springboot2.x;因此,系统要求JDK8+;
- 2、执行器注册默认值优化;
### TODO LIST
......
......@@ -20,11 +20,11 @@ public @interface XxlJob {
/**
* init handler, invoked when JobThread init
*/
String init() default "";
String init();
/**
* destroy handler, invoked when JobThread destroy
*/
String destroy() default "";
String destroy();
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论