Class SimpleBatchConfiguration

java.lang.Object
org.springframework.batch.core.configuration.annotation.AbstractBatchConfiguration
org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ModularBatchConfiguration

@Configuration(proxyBeanMethods=false) public class SimpleBatchConfiguration extends AbstractBatchConfiguration
Base Configuration class to provide a common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
Since:
2.2
Author:
Dave Syer, Mahmoud Ben Hassine
See Also: