diff --git a/samples/.springBeans b/samples/.springBeans index 0730df05a..9095f24a5 100644 --- a/samples/.springBeans +++ b/samples/.springBeans @@ -20,6 +20,7 @@ src/main/resources/jobs/infiniteLoopJob.xml src/main/resources/data-source-context-init.xml src/main/resources/jobs/xmlStaxJob.xml + src/main/resources/jobs/nflJob.xml diff --git a/samples/src/main/resources/jobs/nflJob.xml b/samples/src/main/resources/jobs/nflJob.xml index 669ce3833..dd8fd153b 100644 --- a/samples/src/main/resources/jobs/nflJob.xml +++ b/samples/src/main/resources/jobs/nflJob.xml @@ -16,7 +16,7 @@ + class="org.springframework.batch.execution.step.SimpleStepConfiguration"> @@ -26,13 +26,9 @@ class="org.springframework.batch.execution.tasklet.RestartableItemProviderTasklet"> + class="org.springframework.batch.item.provider.InputSourceItemProvider"> - - - @@ -50,7 +46,7 @@ + class="org.springframework.batch.execution.step.SimpleStepConfiguration"> @@ -59,13 +55,9 @@ class="org.springframework.batch.execution.tasklet.RestartableItemProviderTasklet"> - + - - - @@ -84,7 +76,7 @@ + class="org.springframework.batch.execution.step.SimpleStepConfiguration"> @@ -132,6 +124,10 @@ value="ID,lastName,firstName,position,birthYear,debutYear" /> + + + + + +