You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch Samples] (see `partition*Job.xml` configuration) has a simple example that you can copy and extend.
375
-
376
370
Spring Batch creates step executions for the partition called `step1:partition0` and so
377
371
on. Many people prefer to call the manager step `step1:manager` for consistency. You can
378
372
use an alias for the step (by specifying the `name` attribute instead of the `id`
@@ -554,6 +548,8 @@ The following example shows how to define late binding in XML:
554
548
555
549
====
556
550
551
+
You can find a complete example in the https://github.com/spring-projects/spring-batch/tree/main/spring-batch-samples/src/main/java/org/springframework/batch/samples/partitioning[Partitioning Sample].
0 commit comments