Skip to content

Commit 88b764a

Browse files
committed
Update SpringBoot-ScheduleTasks.md
1 parent 5dab642 commit 88b764a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/SpringBoot-ScheduleTasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
> Cron 表达式: 主要用于定时作业(定时任务)系统定义执行时间或执行频率的表达式,非常厉害,你可以通过 Cron 表达式进行设置定时任务每天或者每个月什么时候执行等等操作。
1414
>
15-
> 推荐一个在线Cron表达式生成器:[http://cron.qqe2.com/](http://cron.qqe2.com/)
15+
> 推荐一个在线Cron表达式生成器: [https://crontab.guru/](https://crontab.guru/)
1616
1717
```java
1818
import org.slf4j.Logger;

0 commit comments

Comments
 (0)