Class DefaultFrameworkTenantService

java.lang.Object
cn.sinozg.applet.common.service.impl.DefaultFrameworkTenantService
All Implemented Interfaces:
FrameworkTenantService

@Service @ConditionalOnSingleCandidate(FrameworkTenantService.class) public class DefaultFrameworkTenantService extends Object implements FrameworkTenantService
租户
Since:
2024-11-03 14:37:44
Author:
xyb
  • Constructor Details

    • DefaultFrameworkTenantService

      public DefaultFrameworkTenantService()
  • Method Details

    • dbInterceptor

      public void dbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor)
      Description copied from interface: FrameworkTenantService
      mybatis plus 拦截器
      Specified by:
      dbInterceptor in interface FrameworkTenantService
      Parameters:
      interceptor - 拦截器
    • expiredCheckInterceptor

      public void expiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry interceptor)
      Description copied from interface: FrameworkTenantService
      权限 检测
      Specified by:
      expiredCheckInterceptor in interface FrameworkTenantService
      Parameters:
      interceptor - 拦截器