I am setting up a few CronTriggers to kickoff a few different batch jobs at different times.
I have tried to search online, but can only find answers on how to schedule after say a web call or inside a different service class. I want theses triggers to be scheduled on startup.
How can I do that?
I have already built the Triggers and the JobDetails via their respective builders.
I am using Spring-boot-starter-quartz