This commit is contained in:
redkale
2023-12-29 12:00:32 +08:00
parent a4f8519bcf
commit 7648f0cdc8
3 changed files with 24 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
|comment|未定义|备注描述|
|mode|```LoadMode.LOCAL```|作用于Service模式默认值为LOCAL<br> LOCAL: 表示远程模式的Service对象中的定时任务不起作用|
# 用法
# 基本用法
&emsp;&emsp;每秒执行
```java
@Scheduled(cron = "0/1 * * * * ?")