Skip to content

Instantly share code, notes, and snippets.

@onurcill
Created February 28, 2022 20:29
Show Gist options
  • Save onurcill/de01b0a212b3eac656e91d9c9f74ce58 to your computer and use it in GitHub Desktop.
Save onurcill/de01b0a212b3eac656e91d9c9f74ce58 to your computer and use it in GitHub Desktop.
@Configuration
public class HibernateMultiTenancyInterceptorBean {
@Bean
public EmptyInterceptor hibernateTenantInterceptor() {
return new com.definex.dfx.multitenancy.TenantInterceptor();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment