Workaround for CronSequenceGenerator Last day of month?
问题 Ok so here it is I want to schedule a task to run on last day of every month on 10:10 AM.My cron expression is 0 10 10 L * ? Now the problem is CronSequenceGenerator is throwing NumberFormatException for 'L' value.This means Spring's CronSequenceGenerator does'nt support this kind of expression.How to do this in any other way (workaround).I don't want to use quartz or Does spring's gonna support this in new releases. Here is full stacktrace: Exception in thread "main" java.lang