Commit 2e8e7051 authored by 周健威's avatar 周健威

修改通知排序

parent 768603d9
......@@ -59,7 +59,7 @@ public class WebsiteScheduleTask {
//3.添加定时任务
@Scheduled(cron = "0/5 * * * * ?")
@Scheduled(cron = "0/30 * * * * ?")
//或直接指定时间间隔,例如:5秒
//@Scheduled(fixedRate=5000)
public void configureTasks() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment