类 SimpleBatchConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware

    @Configuration
    public class SimpleBatchConfiguration
    extends AbstractBatchConfiguration
    Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface. The main components are created as lazy proxies that only initialize when a method is called. This is to prevent (as much as possible) configuration cycles from developing when these components are needed in a configuration resource that itself provides a BatchConfigurer.
    从以下版本开始:
    2.2
    作者:
    Dave Syer
    另请参阅:
    EnableBatchProcessing