0

How do I configure multiple databases with Spring Data JPA?

Just provide me some useful links so I can go through and configure multiple databases in sample Spring Data JPA Application.

Jens Schauder
  • 77,657
  • 34
  • 181
  • 348

1 Answers1

0

i suggest, this example, for multitenancy with springboot and data jpa: https://github.com/wmeints/spring-multi-tenant-demo

robyp7
  • 481
  • 2
  • 7
  • 25