为了实现Spring 5的自定义批处理配置,遵循关于 博客:春季批5里程碑6 和 JavaDoc春季批5里程碑8 的正式文档,我编写了以下代码,通过Spring 3 RC1使用Spring 5:
@Configuration class MyBatchConfiguration extends DefaultBatchConfiguration { @Override protected DataFieldMaxValueIncrementerFactory getIncrementerFactory() {