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
ac4ed239
authored
Oct 21, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
4dabb4b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/ShardingJobHandler.java
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/ShardingJobHandler.java
View file @
ac4ed239
...
@@ -5,7 +5,7 @@ import com.xxl.job.core.handler.IJobHandler;
...
@@ -5,7 +5,7 @@ import com.xxl.job.core.handler.IJobHandler;
import
com.xxl.job.core.handler.annotation.JobHandler
;
import
com.xxl.job.core.handler.annotation.JobHandler
;
import
com.xxl.job.core.log.XxlJobLogger
;
import
com.xxl.job.core.log.XxlJobLogger
;
import
com.xxl.job.core.util.ShardingUtil
;
import
com.xxl.job.core.util.ShardingUtil
;
import
org.springframework.stereotype.
Service
;
import
org.springframework.stereotype.
Component
;
/**
/**
* 分片广播任务
* 分片广播任务
...
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
...
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
* @author xuxueli 2017-07-25 20:56:50
* @author xuxueli 2017-07-25 20:56:50
*/
*/
@JobHandler
(
value
=
"shardingJobHandler"
)
@JobHandler
(
value
=
"shardingJobHandler"
)
@
Service
@
Component
public
class
ShardingJobHandler
extends
IJobHandler
{
public
class
ShardingJobHandler
extends
IJobHandler
{
@Override
@Override
...
...
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