mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-14 16:07:32 +08:00
16 lines
267 B
Java
16 lines
267 B
Java
package com.ruoyi.quartz.config;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
/**
|
|
* 定时任务配置
|
|
*
|
|
* @deprecated 3.4.0删除 迁移至xxl-job
|
|
* @author Lion Li
|
|
*/
|
|
@Deprecated
|
|
@Configuration
|
|
public class ScheduleConfig {
|
|
|
|
}
|