类 ModularBatchConfiguration

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

    @Configuration
    public class ModularBatchConfiguration
    extends AbstractBatchConfiguration
    Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
    从以下版本开始:
    2.2
    作者:
    Dave Syer
    另请参阅:
    EnableBatchProcessing