Example usage for org.springframework.batch.core.configuration.annotation SimpleBatchConfiguration subclass-usage

List of usage examples for org.springframework.batch.core.configuration.annotation SimpleBatchConfiguration subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.configuration.annotation SimpleBatchConfiguration subclass-usage.

Usage

From source file com.searchbox.framework.config.BatchConfiguration.java

@Configuration
@EnableBatchProcessing
@DependsOn(value = { "dataSource" })
public class BatchConfiguration extends SimpleBatchConfiguration {

    @Bean