I am new to batch processing. I am trying to start with simple scheduler and job. But i am confused b/w spring batch vs quartz jobs. My understanding is
Quartz
Does spring provides its own scheduler also?
Yes, using Spring TaskScheduler as follows:
full example
With Quartz Scheduler as follows: