仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
update springboot 2.5.4 => 2.5.5 bugfix版本 update mybatis-plus 3.4.3.3 => 3....
疯狂的狮子li
2021-09-24
77bce8b1e8a4d151119505a80f68128dbce500a3
[lbqms.git]
/
ruoyi-quartz
/
src
/
main
/
java
/
com
/
ruoyi
/
quartz
/
config
/
ScheduleConfig.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.quartz.config;
import org.springframework.context.annotation.Configuration;
/**
* 定时任务配置
*
* @author Lion Li
*/
@Configuration
public class ScheduleConfig {
}