任何地方学习 spring 批处理与 JSL

Any place to learn spring batch with JSL

我是 Spring 批处理和作业规范语言 (JSL) 的新手。我正在寻找一些 example/guide 开发 spring 使用 JSL 的批处理项目。可以给我推荐一些网站或书籍供我阅读吗?

参考文档中有关 JSR-352 的部分是一个很好的起点:https://docs.spring.io/spring-batch/docs/4.3.x/reference/html/jsr-352.html#jsr-352. There is a toggle at the top of the page that allows you to choose how to show samples (in either XML of Java configuration). You can also find samples here: https://github.com/spring-projects/spring-batch/tree/main/spring-batch-samples