Hi
I'm trying to configure multiple jobs in spring batch triggered by Quartz triggers.
I looked at the footballjob example in the spring batch example project and configured a single job and executed it successfully using JobRegistryBackgroundJobRunner.
But I'm not sure how to configure multiple jobs and execute it with JobRegistryBackgroundJobRunner.
Can anyone provide me a sample config file?


Reply With Quote
