Spring / Spring batch Interview questions
Spring Batch: What Job configuration consists of?
The job configuration contains,
- The simple name of the job.
- Definition and order of the Steps.
- configurable global(to all steps) properties such as restartablity.
More Related questions...