@Scheduled中如何规定每个半分钟执行一次,例如:16:01:30,16:02:30?间隔时间是一分钟,在每个半分钟的时候执行方法?
30 * * * * ?
http://cron.qqe2.com/
@Scheduled(cron = "30 */1 * * * ?")