Update README.md
This commit is contained in:
parent
618916b6ab
commit
2b27994c13
|
@ -3,6 +3,7 @@
|
|||
This module contains articles about Spring Batch
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Introduction to Spring Batch](https://www.baeldung.com/introduction-to-spring-batch)
|
||||
- [Spring Batch using Partitioner](https://www.baeldung.com/spring-batch-partitioner)
|
||||
- [Spring Batch – Tasklets vs Chunks](https://www.baeldung.com/spring-batch-tasklet-chunk)
|
||||
|
@ -10,3 +11,4 @@ This module contains articles about Spring Batch
|
|||
- [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)
|
||||
- [Configuring Retry Logic in Spring Batch](https://www.baeldung.com/spring-batch-retry-logic)
|
||||
- [Conditional Flow in Spring Batch](https://www.baeldung.com/spring-batch-conditional-flow)
|
||||
|
|
Loading…
Reference in New Issue