0

The requirement is - In my application, having more than 5 databases, those are source and target databases. through UI page, User have to choose source database and target database and based on this data we have to fetch records from one database and store to target database (both having same tables).. In spring boot, is it possible to switch databases? if not then should i go with JDBC Programing?

2
  • Ye its possible to have multiple datasources. Feel free to google it out, couple answers can be found on SO as well. Commented Oct 30, 2018 at 13:39
  • 3
    Possible duplicate of Spring Boot Multiple Datasource Commented Oct 30, 2018 at 13:39

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.