BATCH-1505: doc tweaks
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<para>To any experienced batch architect, the overall concepts of batch
|
||||
processing used in Spring Batch should be familiar and comfortable. There
|
||||
are “Jobs” and “Steps” and developer supplied processing units called
|
||||
are "Jobs" and "Steps" and developer supplied processing units called
|
||||
ItemReaders and ItemWriters. However, because of the Spring patterns,
|
||||
operations, templates, callbacks, and idioms, there are opportunities for
|
||||
the following:<itemizedlist>
|
||||
|
||||
@@ -242,8 +242,8 @@ catch (JobRestartException e) {
|
||||
available:</para>
|
||||
|
||||
<programlisting><job-repository id="jobRepository"
|
||||
dataSource="dataSource"
|
||||
transactionManager="transactionManager"
|
||||
data-source="dataSource"
|
||||
transaction-manager="transactionManager"
|
||||
isolation-level-for-create="SERIALIZABLE"
|
||||
table-prefix="BATCH_"
|
||||
/></programlisting>
|
||||
|
||||
Reference in New Issue
Block a user