https://github.com/miguelprogrammer/spring-batch
Course on Udemy | minister for Giuliana Bezerra Software Architect. Este curso foi utilizado para criação de poc, o spring batch dá diversas saídas e tratativas com documentos, é uma forte ferramenta.
https://github.com/miguelprogrammer/spring-batch
spring-batch spring-boot
Last synced: 19 days ago
JSON representation
Course on Udemy | minister for Giuliana Bezerra Software Architect. Este curso foi utilizado para criação de poc, o spring batch dá diversas saídas e tratativas com documentos, é uma forte ferramenta.
- Host: GitHub
- URL: https://github.com/miguelprogrammer/spring-batch
- Owner: MiguelProgrammer
- Created: 2022-05-27T16:22:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T02:25:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T23:46:25.952Z (over 1 year ago)
- Topics: spring-batch, spring-boot
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-batch
👨🏫 Spring-batch Project
Spring-batch was created by Accenture corporation, spring-batch is evolution of services old jobs on cobol.
* [Spring Batch — Overview](https://giuliana-bezerra.medium.com/spring-batch-para-desenvolvimento-de-jobs-1674ec5b9a20)
## Architeture Spring Batch
## Components
### Job Repository: It is shared and stores the job status and other execution duration infomrations, execution status, errors, writes, reads.
### Step: Task, step, or step running and are chained together to perform the desired processing. If chunk-based it handles itemreader reading,ItemProcessor processing, andItemWriter writing If it is a simple task, the step can be based on Tasklets
### Job Launcher: Performs the job in fact, considering factors such as how (single thread, distributed), parameter validation, restart, and other execution properties.
## Documentation