Signed-off-by: chy <chy@163.com>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "lideeyunji.tenant",
|
||||
"type": "com.lideeyunji.tool.framework.tenant.config.TenantProperties",
|
||||
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "lideeyunji.tenant.enable",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "是否开启",
|
||||
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "lideeyunji.tenant.ignore-tables",
|
||||
"type": "java.util.Set<java.lang.String>",
|
||||
"description": "需要忽略多租户的表 即默认所有表都开启多租户的功能,所以记得添加对应的 tenant_id 字段哟",
|
||||
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties"
|
||||
},
|
||||
{
|
||||
"name": "lideeyunji.tenant.ignore-urls",
|
||||
"type": "java.util.Set<java.lang.String>",
|
||||
"description": "需要忽略多租户的请求 默认情况下,每个请求需要带上 tenant-id 的请求头。但是,部分请求是无需带上的,例如说短信回调、支付回调等 Open API!",
|
||||
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties"
|
||||
}
|
||||
],
|
||||
"hints": []
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
com.lideeyunji.tool.framework.tenant.config.TenantAutoConfiguration
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user