Appendix 8 - Database connection for Spring Batch
Last updated
Last updated
Spring Batch uses a repository on which you can track the executions performed by the service. If there is no particular configuration: an in-memory instance will be executed to allow the batch to be executed. Please refer to the properties in the section 7. Repository in this to define the usage of a persistent database.
The only external database supported is PostgreSQL.
Please refer to this to create the schema.
An example of environment configuration to append to your custom script: