Files
spring-batch/spring-batch-samples/build/resources/main/META-INF/batch.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

7 lines
438 B
XML

<batch-artifacts xmlns="http://xmlns.jcp.org/xml/ns/javaee">
<ref id="reader" class="org.springframework.batch.sample.jsr352.JsrSampleItemReader"/>
<ref id="processor" class="org.springframework.batch.sample.jsr352.JsrSampleItemProcessor"/>
<ref id="writer" class="org.springframework.batch.sample.jsr352.JsrSampleItemWriter"/>
<ref id="batchlet" class="org.springframework.batch.sample.jsr352.JsrSampleBatchlet"/>
</batch-artifacts>