Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring Batch 文档说:
<chunk/>内不应使用任何元素<tasklet/>
<chunk/>
<tasklet/>
没有进一步的解释,我无法想象。有人可以向我解释这个限制吗?
我想你错过了一些东西。
这篇文档说,no <chunk/> element should be used within the <tasklet/>如果您正在为 Tasklet 步骤进行配置。
no <chunk/> element should be used within the <tasklet/>
如果您环顾四周,您会发现,为了配置面向块的步骤,您实际上是在<chunk/>使用<tasklet/>