I am writing an application in spring boot with spring batch which has the following steps.
- Read from db1
- Read from db2
- Process/Compare data
- Write response to a file
What is the simplest way to do this?
I am writing an application in spring boot with spring batch which has the following steps.
What is the simplest way to do this?