BATCH-313 & BATCH-314: Add ExecutionContext section to Chapter 2 and added run tier and job tier sections to Chapter 4.

This commit is contained in:
lucasward
2008-03-14 05:13:57 +00:00
parent ef8bd0f20e
commit a54228fe3c

View File

@@ -12,7 +12,7 @@
<import resource="test-environment.xml" />
<bean id="test-job"
class="org.springframework.batch.core.job.JobSupport">
class="org.springframework.batch.core.job.SimpleJob">
<property name="steps">
<bean id="step1"
class="org.springframework.batch.core.step.SimpleStepFactoryBean">