Commit 22b80c5a by xuxueli

update document

parent 8516d7bb
## 《分布式任务调度平台XXL-JOB》 ## 《分布式任务调度平台XXL-JOB》
...@@ -1687,6 +1687,7 @@ public ReturnT<String> execute(String param) { ...@@ -1687,6 +1687,7 @@ public ReturnT<String> execute(String param) {
### 6.28 版本 v2.2.0 Release Notes[迭代中] ### 6.28 版本 v2.2.0 Release Notes[迭代中]
- 1、[迭代中]调度中心升级springboot2.x;因此,系统要求JDK8+; - 1、[迭代中]调度中心升级springboot2.x;因此,系统要求JDK8+;
- 2、执行器注册默认值优化;
### TODO LIST ### TODO LIST
......
...@@ -20,11 +20,11 @@ public @interface XxlJob { ...@@ -20,11 +20,11 @@ public @interface XxlJob {
/** /**
* init handler, invoked when JobThread init * init handler, invoked when JobThread init
*/ */
String init() default ""; String init();
/** /**
* destroy handler, invoked when JobThread destroy * destroy handler, invoked when JobThread destroy
*/ */
String destroy() default ""; String destroy();
} }
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