Skip to content

Commit 94c1bd5

Browse files
ksanjeev9211cppwfs
authored andcommitted
#917-modified the L208 to have modified to have 'current' in place of '4.0.x' in the link
1 parent 49fb27a commit 94c1bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/batch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Batch/Boot behavior. Keep in mind that a task is a boot application and that the
205205
returned from the task is the same as a boot application.
206206
To override this behavior and allow the task to return an exit code other than zero when a
207207
batch job returns an
208-
https://docs.spring.io/spring-batch/4.0.x/reference/html/step.html#batchStatusVsExitStatus[BatchStatus]
208+
https://docs.spring.io/spring-batch/current/reference/html/step.html#batchStatusVsExitStatus[BatchStatus]
209209
of `FAILED`, set `spring.cloud.task.batch.fail-on-job-failure` to `true`. Then the exit code
210210
can be 1 (the default) or be based on the
211211
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-spring-application.html#boot-features-application-exit[specified

0 commit comments

Comments
 (0)