From 2faa2f2e7000067d48a3422d2b2843540e4f4475 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:21:47 +0800 Subject: [PATCH] Update README.md --- spring-batch-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-batch-2/README.md b/spring-batch-2/README.md index 9b5d59f0b9..cddd52e70a 100644 --- a/spring-batch-2/README.md +++ b/spring-batch-2/README.md @@ -2,4 +2,5 @@ - [Spring Boot With Spring Batch](https://www.baeldung.com/spring-boot-spring-batch) - [How to Trigger and Stop a Scheduled Spring Batch Job](https://www.baeldung.com/spring-batch-start-stop-job) +- [Access Job Parameters From ItemReader in Spring Batch](https://www.baeldung.com/spring-batch-itemreader-access-job-parameters) - More articles [[<-- prev]](/spring-batch)