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
Managed to resolve the issue by using https://github.com/wmeints/spring-multi-tenant-demo.
Thanks @surya for your recommendation.