Spring Batch Read File, Consume REST, Schedule Job | Spring Boot 3, Spring Batch, Scheduler

Описание к видео Spring Batch Read File, Consume REST, Schedule Job | Spring Boot 3, Spring Batch, Scheduler

In this video, we implement Spring Batch functionality using different approaches.
The first approach is using Spring Batch Chunk to read CSV files, process data and store it in DB.
Then, we set the reader to consume REST API, process data, and store it in DB.
After that, we configure the Tasklet job.
Finally, we configure the Scheduler to run Spring Batch Job at some period.

The source code is here: https://github.com/caligula95/spring-...

00:00 - Intro
00:32 - Spring Boot Project Generation
02:22 - Entity, Repository
04:11 - Read File Batch Job
26:20 - Read REST API Batch Job
35:33 - Schedule Spring Batch Job Execution
41:45 - Spring Batch Tasklet

Комментарии

Информация по комментариям в разработке