Files
spring-batch/spring-batch-docs/modules/ROOT/pages/job.adoc
2023-09-06 08:58:43 +02:00

23 lines
699 B
Plaintext

[[configureJob]]
= Configuring and Running a Job
:page-section-summary-toc: 1
ifndef::onlyonetoggle[]
endif::onlyonetoggle[]
In the xref:domain.adoc[domain section] , the overall
architecture design was discussed, using the following diagram as a
guide:
.Batch Stereotypes
image::spring-batch-reference-model.png[Figure 2.1: Batch Stereotypes, scaledwidth="60%"]
While the `Job` object may seem like a simple
container for steps, you must be aware of many configuration options.
Furthermore, you must consider many options about
how a `Job` can be run and how its metadata can be
stored during that run. This chapter explains the various configuration
options and runtime concerns of a `Job`.