Home > Q&A > body text
For example, this can be accomplished through the @Scheduled(fixedRate = 900000) annotation.
@Scheduled(fixedRate = 900000)
仅有的幸福2017-06-30 09:56:14
0 0 5 ? * MON will be executed at 5 o'clock on Monday
typecho2017-06-30 09:56:14
1 1 1 0 0 2
Run at 1:01:1 on Tuesday
代言2017-06-30 09:56:14
@Scheduled(cron="0 0 0 ? * MON")