springboot Scheduled定时器 cron表达式

springboot Scheduled定时器 cron表达式_第1张图片

springboot Scheduled定时器 cron表达式_第2张图片

springboot Scheduled定时器 cron表达式_第3张图片

cron = "0/2 * * * * ?"  每两秒执行一次
cron = "2 * * * * ?" 每一分钟的第二秒执行一次

你可能感兴趣的:(springboot,cron)