mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-26 02:57:18 +08:00
refactor(tenant): 移除租户数据源及数据源级隔离适配代码
This commit is contained in:
@@ -200,6 +200,8 @@ continew-starter.crud:
|
||||
--- ### 租户配置
|
||||
continew-starter.tenant:
|
||||
enabled: true
|
||||
# 隔离级别(默认:LINE,行级)
|
||||
isolation-level: LINE
|
||||
# 超级/默认租户 ID
|
||||
super-tenant-id: 0
|
||||
# 忽略表(忽略拼接租户条件)
|
||||
@@ -294,6 +296,7 @@ mybatis-plus:
|
||||
# 分页插件配置
|
||||
pagination:
|
||||
enabled: true
|
||||
db-type: MYSQL
|
||||
|
||||
--- ### CosId 配置
|
||||
cosid:
|
||||
|
Reference in New Issue
Block a user