【上传多余文件】
This commit is contained in:
8
.idea/compiler.xml
generated
8
.idea/compiler.xml
generated
@@ -7,10 +7,10 @@
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<processorPath useClasspath="false">
|
||||
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/springframework/boot/spring-boot-configuration-processor/3.4.1/spring-boot-configuration-processor-3.4.1.jar" />
|
||||
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar" />
|
||||
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/mapstruct/mapstruct-processor/1.6.3/mapstruct-processor-1.6.3.jar" />
|
||||
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/mapstruct/mapstruct/1.6.3/mapstruct-1.6.3.jar" />
|
||||
<entry name="D:/java/leiku/apache-maven-3.9.6/conf/repository/org/springframework/boot/spring-boot-configuration-processor/3.4.1/spring-boot-configuration-processor-3.4.1.jar" />
|
||||
<entry name="D:/java/leiku/apache-maven-3.9.6/conf/repository/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar" />
|
||||
<entry name="D:/java/leiku/apache-maven-3.9.6/conf/repository/org/mapstruct/mapstruct-processor/1.6.3/mapstruct-processor-1.6.3.jar" />
|
||||
<entry name="D:/java/leiku/apache-maven-3.9.6/conf/repository/org/mapstruct/mapstruct/1.6.3/mapstruct-1.6.3.jar" />
|
||||
</processorPath>
|
||||
<module name="exam-server" />
|
||||
<module name="exam-module-system-api" />
|
||||
|
5
.idea/jarRepositories.xml
generated
5
.idea/jarRepositories.xml
generated
@@ -16,6 +16,11 @@
|
||||
<option name="name" value="Spring Milestones" />
|
||||
<option name="url" value="https://repo.spring.io/milestone" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/central/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
|
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -8,7 +8,7 @@
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
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.
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.
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.
@@ -1,2 +0,0 @@
|
||||
pc.exam.pp.framework.datapermission.config.ExamDataPermissionAutoConfiguration
|
||||
pc.exam.pp.framework.datapermission.config.ExamDeptDataPermissionAutoConfiguration
|
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.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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": []
|
||||
}
|
@@ -1,2 +0,0 @@
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
pc.exam.pp.framework.tenant.core.mq.kafka.TenantKafkaEnvironmentPostProcessor
|
@@ -1 +0,0 @@
|
||||
pc.exam.pp.framework.tenant.config.ExamTenantAutoConfiguration
|
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.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user