Skip to content

deepakmrt15/springBatchDB2DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springBatchDB2DB

Spring Boot application with Spring Batch to read data from one data source like MYSQL/ORACLE or custom or DB virtualization tool like DENODO. the datasource can be configured as primary and secondary to serve the purpose of source DB, where the Data has to be read from and the target datasource, where the data will be inserted to. Application build tool is Maven.

The Oracle or any other database driver (which is not open-source) has to be downloaded and installed via the 'mvn install command' like mvn install:install-file -Dfile=/filelocation/denodo-vdp-jdbcdriver.jar -DgroupId=com.denodo -DartifactId=denodo-vdp-jdbcdriver -Dversion=6.0.3 -Dpackaging=jar after successfull installation in pom.xml, we need to specify the dependecy like: com.denodo denodo-vdp-jdbcdriver 6.0.3

About

spring boot and batch application that reads data from one database(mysql) and insert into another database like oracle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published