CronSequenceGenerator
Spring supported class to generate Crontab pattern.
Reference Url : here
Let's generate the next trigger time for a given cron expression as example.
The next cron trigger time will be
Thu Jun 18 01:00:00 SGT 2020
Fri Aug 19 01:00:00 SGT 2020
Sat Aug 20 01:00:00 SGT 2020
Sun Aug 21 01:00:00 SGT 2020
Mon Aug 22 01:00:00 SGT 2020
If you would like to learn about the expression of cron, you may learn at the following link. It is very simple and easy to learn.
Comments