Skip to content

Commit

Permalink
✏️ 修复拼写错误 [ISSUE#67](xkcoding#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Nov 6, 2019
1 parent 819b912 commit 863124c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spring-boot-demo-task-xxl-job/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public class ManualOperateController {

/**
* 分页任务列表
*
* @param page 当前页,第一页 -> 0
* @param size 每页条数,默认10
* @return 分页任务列表
Expand Down Expand Up @@ -465,7 +466,7 @@ public class ManualOperateController {
}

/**
* 测试手动停止任务
* 测试手动启动任务
*/
@GetMapping("/start")
public String xxlJobStart() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public String xxlJobGroup() {

/**
* 分页任务列表
*
* @param page 当前页,第一页 -> 0
* @param size 每页条数,默认10
* @return 分页任务列表
Expand Down Expand Up @@ -123,7 +124,7 @@ public String xxlJobStop() {
}

/**
* 测试手动停止任务
* 测试手动启动任务
*/
@GetMapping("/start")
public String xxlJobStart() {
Expand Down

0 comments on commit 863124c

Please sign in to comment.