0

I am trying to source values from 2 different tables using mybatis and spring batch. I tried writing a composite item reader, with readers for each query but I am not able to successfully configure. Is this implementation correct or are there any better approaches?

Naren
  • 1
  • 2

1 Answers1

0

As a workaround, I created a new dataset for the second table and used it in the ItemProcessor via .beforeStep(StepExecution).

Naren
  • 1
  • 2