Add java configuration for the multi-resource job sample

Issue #3663
This commit is contained in:
Mahmoud Ben Hassine
2023-10-02 08:48:30 +02:00
parent bb8d267b5d
commit 7bb5ca726f
8 changed files with 252 additions and 59 deletions

View File

@@ -183,6 +183,13 @@ streaming and Spring OXM marshallers and unmarshallers.
[XML Input Output](./src/main/java/org/springframework/batch/sample/file/xml/README.md)
### MultiResource Input Output Job
This sample shows how to use the `MultiResourceItemReader` and `MultiResourceItemWriter`
to read and write multiple files in the same step.
[MultiResource Input Output Job Sample](./src/main/java/org/springframework/batch/sample/file/multiresource/README.md)
### Football Job
This is a (American) Football statistics loading job. It loads two files containing players and games