Spring batch can we have in memory for batch job and for application level we have other data source like db postgres. Could you please help me on this? extends class DefaultBatchConfigurer and override the public void setDataSource(DataSource dataSource) But it reset the datasource for the application level.
Asked
Active
Viewed 22 times