Skip to content

Instantly share code, notes, and snippets.

@tkstone
Created May 23, 2019 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkstone/d67e23a7c62dec3c14aa3e86bfb9e93c to your computer and use it in GitHub Desktop.
Save tkstone/d67e23a7c62dec3c14aa3e86bfb9e93c to your computer and use it in GitHub Desktop.
<batch:job id="TestCompositeJob" job-repository="jobRepository">
<batch:step id="SimpleStep">
<batch:tasklet transaction-manager="testTransactionManager" allow-start-if-complete="true">
<batch:chunk
reader="TestReader"
processor="TestProcessor"
writer="TestCompositeWriter"
commit-interval="1"
reader-transactional-queue="false"
/>
</batch:tasklet>
</batch:step>
</batch:job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment