🔥 deep clean: remove all target files from Git across submodules

This commit is contained in:
任维炳
2025-04-22 11:18:06 +08:00
parent c858201e65
commit 19185b54cc
1051 changed files with 0 additions and 11191 deletions

View File

@@ -1,2 +0,0 @@
pc.exam.pp.framework.datapermission.config.ExamDataPermissionAutoConfiguration
pc.exam.pp.framework.datapermission.config.ExamDeptDataPermissionAutoConfiguration

View File

@@ -1,36 +0,0 @@
{
"groups": [
{
"name": "exam.tenant",
"type": "pc.exam.pp.framework.tenant.config.TenantProperties",
"sourceType": "pc.exam.pp.framework.tenant.config.TenantProperties"
}
],
"properties": [
{
"name": "exam.tenant.enable",
"type": "java.lang.Boolean",
"description": "是否开启",
"sourceType": "pc.exam.pp.framework.tenant.config.TenantProperties"
},
{
"name": "exam.tenant.ignore-caches",
"type": "java.util.Set<java.lang.String>",
"description": "需要忽略多租户的 Spring Cache 缓存 即默认所有缓存都开启多租户的功能,所以记得添加对应的 tenant_id 字段哟",
"sourceType": "pc.exam.pp.framework.tenant.config.TenantProperties"
},
{
"name": "exam.tenant.ignore-tables",
"type": "java.util.Set<java.lang.String>",
"description": "需要忽略多租户的表 即默认所有表都开启多租户的功能,所以记得添加对应的 tenant_id 字段哟",
"sourceType": "pc.exam.pp.framework.tenant.config.TenantProperties"
},
{
"name": "exam.tenant.ignore-urls",
"type": "java.util.Set<java.lang.String>",
"description": "需要忽略多租户的请求 默认情况下,每个请求需要带上 tenant-id 的请求头。但是,部分请求是无需带上的,例如说短信回调、支付回调等 Open API",
"sourceType": "pc.exam.pp.framework.tenant.config.TenantProperties"
}
],
"hints": []
}

View File

@@ -1,2 +0,0 @@
org.springframework.boot.env.EnvironmentPostProcessor=\
pc.exam.pp.framework.tenant.core.mq.kafka.TenantKafkaEnvironmentPostProcessor

Some files were not shown because too many files have changed in this diff Show More