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.
例如
有一个 csv 文件,它有 20 列 id,name,....
我希望将前 10 列数据写入一个表中,就像其他 10 列数据在不同表中一样
如何在 Spring Batch 中使用 ItemReader、ItemWriter 来实现这一点