update 标记过期 推荐迁移至新框架 xxl-job

This commit is contained in:
疯狂的狮子li
2021-10-15 11:31:26 +08:00
parent 1419700c43
commit 6684812014
22 changed files with 31 additions and 9 deletions

View File

@ -2,7 +2,8 @@ package com.ruoyi.common.constant;
/**
* 任务调度通用常量
*
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @author ruoyi
*/
public class ScheduleConstants

View File

@ -2,7 +2,8 @@ package com.ruoyi.common.exception.job;
/**
* 计划策略异常
*
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @author ruoyi
*/
public class TaskException extends Exception