mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-14 09:52:02 +08:00
14 lines
209 B
Java
14 lines
209 B
Java
package com.ruoyi.quartz.config;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
/**
|
|
* 定时任务配置
|
|
*
|
|
* @author Lion Li
|
|
*/
|
|
@Configuration
|
|
public class ScheduleConfig {
|
|
|
|
}
|