From 6630e57fc538b1fb255a0ef18e6a6405edb34b2d Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 21 Nov 2019 23:53:14 +0800 Subject: [PATCH] Update README.md --- spring-batch/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-batch/README.md b/spring-batch/README.md index 9e09612490..99ac9826bc 100644 --- a/spring-batch/README.md +++ b/spring-batch/README.md @@ -8,3 +8,4 @@ This module contains articles about Spring Batch - [Spring Batch – Tasklets vs Chunks](https://www.baeldung.com/spring-batch-tasklet-chunk) - [How to Trigger and Stop a Scheduled Spring Batch Job](https://www.baeldung.com/spring-batch-start-stop-job) - [Configuring Skip Logic in Spring Batch](https://www.baeldung.com/spring-batch-skip-logic) +- [Testing a Spring Batch Job](https://www.baeldung.com/spring-batch-testing-job)