Multi-Tenancy with Spring boot(2.7.18) + Hibernate: "SessionFactory configured for multi-tenancy, but no tenant identifier specified" #3406
Labels
status: feedback-provided
Feedback has been provided
Hi,
I created a multi-tenancy application with Spring Boot and JPA.
When TenantIdentifier is not returning any default tenant value then my application is failing with the below error.
` TenantContext.java
`
`
TenantIdentifier.java
`
`PersistenceJpaConfigWithMultitenancy.java
`
` DataSourceBasedMultiTenantConnectionProviderImpl.java
`
The text was updated successfully, but these errors were encountered: