spring-batch
spring-batch copied to clipboard
Documentation: provide a minimal working example of a setup using an embedded job repository and a physical DB for item readers/writers
After the removal of the in-memory job repository (I know, it was not for production use) I think that using two datasources will become a very common use case (for example H2 for the job repo and Oracle for business operations). Having a minimal working example of such setup would simplify migrations.