An open API service indexing awesome lists of open source software.

https://github.com/djccnt15/springbatch_multidb

sample project for Spring batch multiple database
https://github.com/djccnt15/springbatch_multidb

java spring spring-batch spring-boot

Last synced: 4 months ago
JSON representation

sample project for Spring batch multiple database

Awesome Lists containing this project

README

          

# springbatch_multidb

sample project for Spring batch multiple database

## Env

- Java 17
- Spring Boot 3.3
- Spring Batch 5.1

check `build.gradle` for other dependency

## Reference

- [Configure and Use Multiple DataSources in Spring Boot](https://www.baeldung.com/spring-boot-configure-multiple-datasources)