update 标记过期 推荐迁移至新框架 xxl-job
This commit is contained in:
@@ -20,6 +20,7 @@ import java.util.Date;
|
||||
/**
|
||||
* 抽象quartz调用
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*/
|
||||
public abstract class AbstractQuartzJob implements Job
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
package com.ruoyi.quartz.util;
|
||||
|
||||
import org.quartz.CronExpression;
|
||||
|
||||
import java.text.ParseException;
|
||||
import java.util.Date;
|
||||
import org.quartz.CronExpression;
|
||||
|
||||
/**
|
||||
* cron表达式工具类
|
||||
*
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -11,6 +11,7 @@ import com.ruoyi.quartz.domain.SysJob;
|
||||
/**
|
||||
* 任务执行工具
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*/
|
||||
public class JobInvokeUtil
|
||||
|
||||
+2
-1
@@ -6,7 +6,8 @@ import com.ruoyi.quartz.domain.SysJob;
|
||||
|
||||
/**
|
||||
* 定时任务处理(禁止并发执行)
|
||||
*
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -5,7 +5,8 @@ import com.ruoyi.quartz.domain.SysJob;
|
||||
|
||||
/**
|
||||
* 定时任务处理(允许并发执行)
|
||||
*
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,8 @@ import com.ruoyi.quartz.domain.SysJob;
|
||||
|
||||
/**
|
||||
* 定时任务工具类
|
||||
*
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user