com.seepine.mybatis.tenant.TenantInnerInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-mybatis Show documentation
Show all versions of spring-boot-starter-mybatis Show documentation
Spring Boot Mybatis Dependencies
The newest version!
package com.seepine.mybatis.tenant;
import com.baomidou.mybatisplus.extension.plugins.inner.TenantLineInnerInterceptor;
import com.seepine.mybatis.properties.TenantProperties;
/**
* @author seepine
*/
public class TenantInnerInterceptor extends TenantLineInnerInterceptor {
public TenantInnerInterceptor(TenantProperties tenantProperties) {
super(new TenantHandler(tenantProperties));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy