Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 591 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 591 Bytes

spring-batch-javaconfig

Description

Since Spring Batch 2.2 you may configure your jobs in pure Java. This repository contains samples that show how to do that. For more information and detailed explanations take a look at the following blog posts:

http://blog.codecentric.de/en/2013/06/spring-batch-2-2-javaconfig-part-1-a-comparison-to-xml/ http://blog.codecentric.de/en/2013/06/spring-batch-2-2-javaconfig-part-2-jobparameters-executioncontext-and-stepscope/ http://blog.codecentric.de/en/2013/06/spring-batch-2-2-javaconfig-part-3-profiles-and-environments/