Skip to content

rajkumar1979/Spring-Batch-Multiple-Datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use of multiple DataSources in Spring Batch

How to java-configure separate datasources for spring batch data and business data? Should I even do it?

Is it possible to use 2 databases simultaneously, the standard one for data processing and keep the embedded HSQLDB (or any other database) only for the framework?

I am trying to configure a couple of datasources within Spring Batch. On startup, Spring Batch is throwing the following exception: To use the default BatchConfigurer the context must contain no more thanone DataSource, found 2

About

Use of multiple DataSources in Spring Batch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.6%
  • Shell 21.3%
  • Batchfile 15.1%