@Scheduled(cron = “* * * * * * *“ )详解
摘要:
Spring Framework 对于定时任务提供了支持,下面来对@Scheduled定时器介绍一下。 想要使用@Scheduled定时器,首先需要在启动类前添加@EnableScheduling注解,从而启动定时器。 @Scheduled一共有8中配置,参数如下: 参数 参数说明 示例 cron 阅读全文
posted @ 2022-04-06 15:54 无法运行 阅读(315) 评论(0) 推荐(0) 编辑