Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallysingh committed Dec 30, 2023
1 parent 27d85b5 commit 2a0330d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ It provides mechanisms for common tasks such as **task orchestration**, **partit
## Introduction
Spring batch jobs may require boilerplate code to be written, which is extracted out in this library to promote reusability.
Common components of a Spring batch job are defined as Beans and can be reused across multiple jobs.
See usage in Spring Batch Job implemented as [**`Spring Cloud Task`**](https://github.com/officiallysingh/spring-boot-batch-cloud-task)
and [**`Spring Rest service`**](https://github.com/officiallysingh/spring-boot-batch-web).

## Features
* Provides common components and utility classes to easily create Spring batch jobs.
Expand Down

0 comments on commit 2a0330d

Please sign in to comment.