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
- Host: GitHub
- URL: https://github.com/djccnt15/springbatch_multidb
- Owner: djccnt15
- License: mit
- Created: 2024-10-21T13:15:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-27T01:52:35.000Z (7 months ago)
- Last Synced: 2025-07-27T04:48:33.710Z (7 months ago)
- Topics: java, spring, spring-batch, spring-boot
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)