提交 0adb76e4 编写于 作者: 小傅哥's avatar 小傅哥

小傅哥,feat:任务测试

上级 e8d015c8
...@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component; ...@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
*/ */
@Slf4j @Slf4j
@Component() @Component()
@ExtScheduleJobConfig(state = false, jobName = "测试任务", cronExpression = "0/3 * * * * ?") @ExtScheduleJobConfig(state = true, jobName = "测试任务", cronExpression = "0/3 * * * * ?")
public class ScheduleJob extends ExtScheduleJob { public class ScheduleJob extends ExtScheduleJob {
@Override @Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册