spring-batch icon indicating copy to clipboard operation
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

Open pnavato opened this issue 1 year ago • 0 comments

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.

pnavato avatar Oct 09 '24 11:10 pnavato