feat: There is no way the !!!
This commit is contained in:
@@ -156,4 +156,4 @@ convert.host=127.0.0.1
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# scheduled 配置
|
# scheduled 配置
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
isNotScheduled=false
|
isNotScheduled=true
|
||||||
@@ -56,8 +56,8 @@ public class ScheduledJob {
|
|||||||
private SarStandardInfoDao sarStandardInfoDao;
|
private SarStandardInfoDao sarStandardInfoDao;
|
||||||
|
|
||||||
|
|
||||||
// @Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
|
@Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
|
||||||
@Scheduled(cron="*/5 * * * * ?")
|
// @Scheduled(cron="*/5 * * * * ?")
|
||||||
@Async
|
@Async
|
||||||
public void schedulingTasks() {
|
public void schedulingTasks() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user