dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into sc...
xiaoyong931011
2021-04-07
382c853bb36bc2521818058c788b6fdf48d7f684
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
config
/
TaskScheduleConfig.java
1
2
3
4
5
6
7
8
9
10
package com.matrix.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
@Configuration
@EnableScheduling
public class TaskScheduleConfig {
}