Class FrameworkTenantServiceImpl
java.lang.Object
cn.sinozg.applet.common.service.impl.FrameworkTenantServiceImpl
- All Implemented Interfaces:
FrameworkTenantService
- Since:
- 2024-11-03 14:42
- Author:
- xyb
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AppValueprivate static final org.slf4j.Loggerprivate TenantLicenseInterceptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor) voidexpiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
-
Field Details
-
app
-
tenantLicenseInterceptor
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
FrameworkTenantServiceImpl
public FrameworkTenantServiceImpl()
-
-
Method Details
-
dbInterceptor
public void dbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor) - Specified by:
dbInterceptorin interfaceFrameworkTenantService
-
expiredCheckInterceptor
public void expiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) - Specified by:
expiredCheckInterceptorin interfaceFrameworkTenantService
-