How do I set up a multi-tenant environment for a spring application?

I need to make one application in multiple tenants using spring framework and eclipse IDE. I created a spring programming environment. But how to create a setting for multiple tenants in it.

And where am I supposed to start building multi-tenant applications using spring?

Thanks for your reply in advance.

+3


source to share


1 answer


You should start by developing your application to support multiple client organizations. There is no native support for support from Spring. I also participated in an application like this using Spring routing datasource. You can find out more:



+1


source







All Articles