Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
22b80c5a
authored
Jan 02, 2020
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
8516d7bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
doc/XXL-JOB官方文档.md
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/XxlJob.java
doc/XXL-JOB官方文档.md
View file @
22b80c5a
## 《分
布式任务调度平台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
...
...
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/XxlJob.java
View file @
22b80c5a
...
@@ -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
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment