update quartz改为保留一个版本

This commit is contained in:
疯狂的狮子li
2021-10-20 13:53:36 +08:00
parent 83922c5737
commit b6443e0c01
23 changed files with 23 additions and 23 deletions

View File

@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
/**
* 定时任务配置
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author Lion Li
*/
@Deprecated

View File

@ -23,7 +23,7 @@ import java.util.List;
/**
* 调度任务信息操作处理
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
@RestController

View File

@ -18,7 +18,7 @@ import java.util.List;
/**
* 调度日志操作处理
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
@RestController

View File

@ -23,7 +23,7 @@ import java.util.Map;
/**
* 定时任务调度表 sys_job
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/

View File

@ -16,7 +16,7 @@ import java.util.Map;
/**
* 定时任务调度日志表 sys_job_log
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/

View File

@ -6,7 +6,7 @@ import com.ruoyi.quartz.domain.SysJobLog;
/**
* 调度任务日志信息 数据层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public interface SysJobLogMapper extends BaseMapperPlus<SysJobLog> {

View File

@ -6,7 +6,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 调度任务信息 数据层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public interface SysJobMapper extends BaseMapperPlus<SysJob> {

View File

@ -9,7 +9,7 @@ import java.util.List;
/**
* 定时任务调度日志信息信息 服务层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public interface ISysJobLogService extends IService<SysJobLog> {

View File

@ -11,7 +11,7 @@ import java.util.List;
/**
* 定时任务调度信息信息 服务层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public interface ISysJobService extends IService<SysJob> {

View File

@ -17,7 +17,7 @@ import java.util.Map;
/**
* 定时任务调度日志信息 服务层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
@Service

View File

@ -26,7 +26,7 @@ import java.util.List;
/**
* 定时任务调度信息 服务层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
@Service

View File

@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
/**
* 定时任务调度测试
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
@Component("ryTask")

View File

@ -20,7 +20,7 @@ import java.util.Date;
/**
* 抽象quartz调用
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public abstract class AbstractQuartzJob implements Job

View File

@ -8,7 +8,7 @@ import java.util.Date;
/**
* cron表达式工具类
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*
*/

View File

@ -11,7 +11,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 任务执行工具
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*/
public class JobInvokeUtil

View File

@ -7,7 +7,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 定时任务处理(禁止并发执行)
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*
*/

View File

@ -6,7 +6,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 定时任务处理(允许并发执行)
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*
*/

View File

@ -18,7 +18,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 定时任务工具类
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @deprecated 3.4.0删除 迁移至xxl-job
* @author ruoyi
*
*/