Hey Guys,
For my current spring boot project I have been using a @Scheduled
annotation and using cron syntax for running jobs, but now I don’t want to schedule jobs on holiday (based on US calendar).
So is there any approach to skip the schedule on holiday.
Thanks for your help in advanced.
You must log in or # to comment.