1 CronSequenceGenerator generator = new CronSequenceGenerator(cronExpression); 2 return generator.next(StringUtils.isBlank(last_excute_time)?new Date():SDF_SECOND.parse(last_excute_time)); //传入cron表达式和上次执行时间,返回下次执行时间 来源:https://www.cnblogs.com/jiangwg/p/11728342.html 标签 cron表达式 last cronexpression sdf date