修改定时器时间

dev
wangpeng 2024-07-02 14:15:32 +08:00
parent 0d38355d33
commit a5c089f29c
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ public class TrafficRemindScheduled {
@Scheduled(cron ="0/5 * * * * ?") // 测试5秒
/*@Scheduled(cron ="0 0 8 * * ?")*/ // 每天8点
// @Scheduled(cron ="0/5 * * * * ?") // 测试5秒
@Scheduled(cron ="0 0 8 * * ?") // 每天8点
public void Scheduled(){
try {
System.out.println("============定时发送今日交通到期提醒==========");