I want to schedule a task to run on last day of every month at 10:10 AM. The cron expression is 0 10 10 L * ?
0 10 10 L * ?
Now the problem is CronSequenceGener
CronSequenceGener
The last day of the month is not supported by Spring. See CronSequenceGenerator's javadoc.