类 TenantAutoConfiguration
- java.lang.Object
-
- top.daxian1218.dust.service.config.TenantAutoConfiguration
-
@Configuration public class TenantAutoConfiguration extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 TenantAutoConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 top.daxian1218.dust.db.tenant.AppManager
appManager(top.daxian1218.dust.db.DustDbProperties dustDbProperties, top.daxian1218.dust.db.DbAdapterManager dbAdapterManager)
top.daxian1218.dust.db.tenant.SeparatedCache
separatedCache()
top.daxian1218.dust.db.tenant.TenantManager
tenantAdapterManager(top.daxian1218.dust.db.DbAdapterManager dbAdapterManager, top.daxian1218.dust.db.tenant.AppManager appManager)
-
-
-
方法详细资料
-
separatedCache
@Bean public top.daxian1218.dust.db.tenant.SeparatedCache separatedCache()
-
tenantAdapterManager
@Bean public top.daxian1218.dust.db.tenant.TenantManager tenantAdapterManager(top.daxian1218.dust.db.DbAdapterManager dbAdapterManager, @Autowired(required=false) top.daxian1218.dust.db.tenant.AppManager appManager)
-
appManager
@Bean(initMethod="init") @ConditionalOnProperty("dust.db.tenant.enable") public top.daxian1218.dust.db.tenant.AppManager appManager(top.daxian1218.dust.db.DustDbProperties dustDbProperties, top.daxian1218.dust.db.DbAdapterManager dbAdapterManager)
-
-