I have worked on a project using spring-batch and spring-boot.
I followed the exact rules how to integrate it by: 1. removing all @EnableBatchProcessing 2. adding Se
You can override spring-batch-admin
default context loading configuration. In src/main/resources/META-INF/spring/batch/override/manager/
you can place env-context.xml
file with configuration of resources which need to be loaded.
Here is spring batch admin one which can be used as starting point so you can do something like:
classpath:/org/springframework/batch/admin/bootstrap/batch.properties
classpath:batch-default.properties
classpath:batch-${ENVIRONMENT:hsql}.properties
file:///etc/location/services/myapp.properties