<dependency>
<groupId>com.usky</groupId>
<artifactId>usky-common-tenant</artifactId>
<version>0.0.1</version>
</dependency>
spring:
tenant:
enable: true //是否开启多租户
ignore-tables: //需要进行过滤的多租户的表
-test
对应的表添加tenant_id字段
TenantContextHolder,可以从里面获取对应的租户编号
可以获取是否是忽略多租户的请求