Springbatch各版本的各个功能点官方教程 https://docs.spring.io/spring-batch/docs
Springboot各版本的各个功能点官方教程地址:
https://docs.spring.io/spring-batch/docs
然后根据你自己的版本选择想看的功能点,例如我的项目使用的版本是4.2.1.RELEASE,想查看怎么配置 step,查看地址是:
https://docs.spring.io/spring-batch/docs/4.2.1.RELEASE/reference/html/step.html#configureStep
还有 xml 与 @Bean 的文档对照:
XML 文档:
Java 文档:
end.