https://github.com/fdifrison/spring-batch
A primer to spring-batch
https://github.com/fdifrison/spring-batch
Last synced: over 1 year ago
JSON representation
A primer to spring-batch
- Host: GitHub
- URL: https://github.com/fdifrison/spring-batch
- Owner: fdifrison
- Created: 2024-02-14T10:06:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T10:14:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T12:09:55.390Z (over 1 year ago)
- Language: Java
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Framework Projects
**Url**: https://spring.academy/courses/building-a-batch-application-with-spring-batch
**Spring Batch**: spring-batch-billing-job (Spring Batch - Docker - PostgreSQL)
A batch application that generates billing reports for an imaginary cell phone company called Spring Cellular. The
application stores billing information in a relational database and generates a billing report. This application is
based on Spring Boot and uses Spring Batch's features to create a robust batch processing system that is restartable
and fault-tolerant.