Add java configuration for the JPA sample

Issue #3663
This commit is contained in:
Mahmoud Ben Hassine
2023-10-03 21:20:21 +02:00
parent 327faa801a
commit 84fe5048d6
8 changed files with 291 additions and 80 deletions

View File

@@ -109,6 +109,13 @@ efficient updates to a database table.
[Jdbc Readers and Batch Update sample](./src/main/java/org/springframework/batch/sample/jdbc/README.md)
### JPA Reader and Writer sample
The purpose of this sample is to show to usage of the `JpaPagingItemReader`
and the `JpaItemWriter` to read and write data from/to a database with JPA.
[JPA Reader and Writer sample](./src/main/java/org/springframework/batch/sample/jpa/README.md)
### Amqp Job Sample
This sample shows the use of Spring Batch to write to an `AmqpItemWriter`.