Multiple Data Sources with same entity and repo

后端 未结 2 1534
栀梦
栀梦 2021-01-15 02:15

Currently working on a project where my Spring Boot project needs to leverage multiple data sources or schema in the same DB server. I have found several tutorials that te

2条回答
  •  情话喂你
    2021-01-15 02:37

    Managed to resolve the issue by using https://github.com/wmeints/spring-multi-tenant-demo.

    Thanks @surya for your recommendation.

提交回复
热议问题