Appendix 8 - Database connection for Spring Batch
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 page to define the usage of a persistent database.
The only external database supported is PostgreSQL.
PostgreSQL configuration
Please refer to this file to create the schema.
An example of environment configuration to append to your custom script:
Last updated