Spring 读取多个文件并写入多个表的批处理作业

Spring batch job to read multiple files and write to multiple tables

我需要创建一个 spring 批处理作业,它需要多个文件并写入多个表。尝试使用 multiresourceitemwriter 但我的文件位于不同的文件夹中并且没有通用名称。查找使用 ListItemReader 和 ListItemWriter 的示例。任何引用都是高度helpful.Thank你。

您可以在此处尝试示例

https://bigzidane.wordpress.com/2016/09/12/spring-batch-partitionerreaderprocesorwriterhibernateintellij/

我相信它适合你的问题。如果您需要更多问题,请告诉我。