I've one Job running Every First Monday. I am using CronTrigger for that. My cron expression for existing job is as below.
0 0 0 ? * MON#1
Now, I want to change it to run on every alternate Monday of every Month. Means on
- 1st Monday,
- 3rd Monday,
- 5th Monday like that.
my class for cron scheduler is
org.springframework.scheduling.quartz.CronTriggerBean