From 215f12275c891afb31df829f65c1951378f3116e Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sun, 18 Mar 2018 17:43:46 +0200 Subject: [PATCH] Update README.md --- spring-batch/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-batch/README.md b/spring-batch/README.md index 5f226e7fd7..754fc5f980 100644 --- a/spring-batch/README.md +++ b/spring-batch/README.md @@ -5,4 +5,5 @@ ### Relevant Articles: - [Introduction to Spring Batch](http://www.baeldung.com/introduction-to-spring-batch) -- [Spring Batch using Partitioner](https://github.com/eugenp/tutorials/tree/master/spring-batch) +- [Spring Batch using Partitioner](http://www.baeldung.com/spring-batch-partitioner) +- [Spring Batch Tasklets vs Chunks Approach](http://www.baeldung.com/spring-batch-tasklet-chunk)