multitenancy
multitenancy copied to clipboard
Simple demo of a multi-tenant web application using Spring Boot + Spring Data JPA + Hibernate + MySQL + Thymeleaf
There could be an approach that creates `DataSource`s dynamically, for cases were we don't know in `programming time` how much data sources we could have. There is a problem yet...
Hello, I want to split my request into multiple request which will perform operation in their own tenant. so currently i'm using rest template to do that. Ex.: suppose director...
Hi, Was wondering if you had considered adapting this to using Schema instead of Database ?