-
Notifications
You must be signed in to change notification settings - Fork 59
Spring Batch
Furkan Kürşat Danışmaz edited this page Oct 27, 2018
·
3 revisions
Source Folder: spring-batch
Tech Stack:
- spring-boot
- spring-batch
- log4j2 (slf4j impl)
- project lombok
Spring Batch provides reusable functions that are essential in processing large volumes of records. It provides facilities like:
- start, stop, pause & resume job execution
- chunk based processing
- retry / skip etc..
Spring Batch is a great way to modularize a complex business into something that is testable in isolation for item oriented processing scenario.
A job represents a Spring Batch Job. Each job can have one or more steps
Simply a part of a job.
It is a strategy interface for providing the data
An extension point for running custom business logic.
An interface for the generic output operations.
- Home
- JPA Specification
- JMS with Spring Boot
- JMS with Spring Boot & Apache Camel
- Caching with Spring Boot & Redis
- Netflix Eureka with Spring Boot
- Netflix Hystrix & Eureka with Redis Cache
- Netflix Zuul
- Authentication Types
- Separating Unit & Integration Tests Execution Phases with Maven
- Basic CSRF Attack Simulation & Protection
- Spring Batch
- Dagger
- Concurrency with Java
- Swagger2 with Spring Boot