如何使用 Spring Batch 从多个表中获取数据并将其放入 XML 文件中?

How can I fetch data from multiple tables and place it in an XML file using Spring Batch?

我一直在尝试从数据库中的多个表中获取详细信息,并使用 Spring 批处理以 XML 文件的形式提供输出。是否有任何工作代码可以完成上述任务或有任何想法可以这样做?

以下链接将为您提供指导。

如果简单则xml则: http://www.mkyong.com/spring-batch/spring-batch-example-mysql-database-to-xml/

对于使用 spring 的复杂 xml,请参阅这些线程; Complex XML using Spring Batch; StaxEventItemWriter ; Jaxb2Marshaller

Build non trivial XML file with StaxEventItemWriter