SpringBoot开启定时任务
Posted xujuntao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot开启定时任务相关的知识,希望对你有一定的参考价值。
在类名上配置@Componant和@EnableSchedule
在方法名上
@Scheduled(cron = "0/9 * * * * ? ") // 间隔9秒执行
以上是关于SpringBoot开启定时任务的主要内容,如果未能解决你的问题,请参考以下文章
Posted xujuntao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot开启定时任务相关的知识,希望对你有一定的参考价值。
在类名上配置@Componant和@EnableSchedule
在方法名上
@Scheduled(cron = "0/9 * * * * ? ") // 间隔9秒执行
以上是关于SpringBoot开启定时任务的主要内容,如果未能解决你的问题,请参考以下文章