Hacker News new | ask | show | jobs
by tibiahurried 1668 days ago
> Not that easy though and requires a lot of knowhow for a lot of edge cases.

The key for implementing a multi-tenant applications in Spring is AbstractRoutingDataSource. It is not that hard, see https://stackoverflow.com/questions/49759672/multi-tenancy-m...