springboot-schema-per-tenant icon indicating copy to clipboard operation
springboot-schema-per-tenant copied to clipboard

Seed for achieving multi-tenancy (single pooled schema-per-tenant) using SpringBoot and Hibernate

Results 3 springboot-schema-per-tenant issues
Sort by recently updated
recently updated
newest added

Error occur when upgraded into Spring Boot 2.2.5.RELEASE version. The HibernateConfig doesn't match anymore. Could You try to upgrade into latest version of Spring Boot? Thanks

I have implemented schema based tenancy with postgresql, but i encounter problem with JdbcTokenStore. it uses default schema which result to fail query @Component @Order(1) public class TenantFilter implements Filter...

I'm in trouble when setting the tenant on the generation of a new tenant