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

feature/model
疯狂的狮子li 3 years ago
parent 1419700c43
commit 6684812014

@ -234,7 +234,7 @@
<version>${tlog.version}</version>
</dependency>
<!-- 定时任务-->
<!-- 定时任务 @deprecated 3.5.0删除 迁移至xxl-job -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-quartz</artifactId>

@ -41,7 +41,7 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- 定时任务-->
<!-- 定时任务 @deprecated 3.5.0删除 迁移至xxl-job -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-quartz</artifactId>

@ -2,7 +2,8 @@ package com.ruoyi.common.constant;
/**
*
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public class ScheduleConstants

@ -2,7 +2,8 @@ package com.ruoyi.common.exception.job;
/**
*
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public class TaskException extends Exception

@ -5,8 +5,10 @@ import org.springframework.context.annotation.Configuration;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author Lion Li
*/
@Deprecated
@Configuration
public class ScheduleConfig {

@ -23,6 +23,7 @@ import java.util.List;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
@RestController

@ -18,6 +18,7 @@ import java.util.List;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
@RestController

@ -23,6 +23,7 @@ import java.util.Map;
/**
* sys_job
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/

@ -16,6 +16,7 @@ import java.util.Map;
/**
* sys_job_log
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/

@ -6,6 +6,7 @@ import com.ruoyi.quartz.domain.SysJobLog;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public interface SysJobLogMapper extends BaseMapperPlus<SysJobLog> {

@ -6,6 +6,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public interface SysJobMapper extends BaseMapperPlus<SysJob> {

@ -9,6 +9,7 @@ import java.util.List;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public interface ISysJobLogService extends IService<SysJobLog> {

@ -11,6 +11,7 @@ import java.util.List;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
public interface ISysJobService extends IService<SysJob> {

@ -17,6 +17,7 @@ import java.util.Map;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
@Service

@ -26,6 +26,7 @@ import java.util.List;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
@Service

@ -7,6 +7,7 @@ import org.springframework.stereotype.Component;
/**
*
*
* @deprecated 3.5.0 xxl-job
* @author ruoyi
*/
@Component("ryTask")

@ -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

@ -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
*
*/

Loading…
Cancel
Save