mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update quartz改为保留一个版本
This commit is contained in:
@ -3,7 +3,7 @@ package com.ruoyi.common.constant;
|
||||
/**
|
||||
* 任务调度通用常量
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @deprecated 3.4.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*/
|
||||
public class ScheduleConstants
|
||||
|
@ -18,7 +18,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
|
||||
* 使用方法 配置文件开启 mybatis-plus 二级缓存
|
||||
* 在 XxxMapper.java 类上添加注解 @CacheNamespace(implementation = MybatisPlusRedisCache.class, eviction = MybatisPlusRedisCache.class)
|
||||
*
|
||||
* @deprecated 3.5.0删除 推荐使用spirng-cache
|
||||
* @deprecated 3.4.0删除 推荐使用spirng-cache
|
||||
* @author Lion Li
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -3,7 +3,7 @@ package com.ruoyi.common.exception.job;
|
||||
/**
|
||||
* 计划策略异常
|
||||
*
|
||||
* @deprecated 3.5.0删除 迁移至xxl-job
|
||||
* @deprecated 3.4.0删除 迁移至xxl-job
|
||||
* @author ruoyi
|
||||
*/
|
||||
public class TaskException extends Exception
|
||||
|
Reference in New Issue
Block a user