An open API service indexing awesome lists of open source software.

https://github.com/codecentric/spring-batch-javaconfig


https://github.com/codecentric/spring-batch-javaconfig

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

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/