Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/djccnt15/springbatch_multidb

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

Last synced: 25 days 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)