Ecosyste.ms: Awesome
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
Last synced: 25 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:17:37.000Z (3 months ago)
- Last Synced: 2024-10-23T19:45:41.317Z (3 months ago)
- Language: Java
- Size: 50.8 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.1check `build.gradle` for other dependency
## Reference
- [Configure and Use Multiple DataSources in Spring Boot](https://www.baeldung.com/spring-boot-configure-multiple-datasources)