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

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

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.