remove tracked .class files

This commit is contained in:
renweibing
2025-04-20 15:39:35 +08:00
parent b031589151
commit c436a0e4ea
986 changed files with 3170 additions and 763 deletions

26
.idea/.gitignore generated vendored
View File

@@ -1,26 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Java class files
*.class
# Maven
/target/
# Gradle
/build/
# Logs
*.log
# IDE config
.idea/
*.iml
*.iws
.vscode/
.DS_Store

70
.idea/compiler.xml generated
View File

@@ -1,70 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Annotation profile for exam" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<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" />
</processorPath>
<module name="exam-server" />
<module name="exam-module-system-api" />
<module name="exam-spring-boot-starter-redis" />
<module name="exam-spring-boot-starter-security" />
<module name="exam-module-system-biz" />
<module name="exam-spring-boot-starter-job" />
<module name="exam-spring-boot-starter-biz-ip" />
<module name="exam-spring-boot-starter-monitor" />
<module name="exam-spring-boot-starter-mq" />
<module name="exam-spring-boot-starter-biz-tenant" />
<module name="exam-spring-boot-starter-protection" />
<module name="exam-spring-boot-starter-mybatis" />
<module name="exam-module-judgement-api" />
<module name="exam-spring-boot-starter-websocket" />
<module name="exam-module-infra-api" />
<module name="exam-common" />
<module name="exam-spring-boot-starter-test" />
<module name="exam-module-judgement-biz" />
<module name="exam-spring-boot-starter-excel" />
<module name="exam-spring-boot-starter-biz-data-permission" />
<module name="exam-module-exam-api" />
<module name="exam-module-infra-biz" />
<module name="exam-spring-boot-starter-web" />
<module name="exam-module-exam-biz" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="exam-common" options="-parameters" />
<module name="exam-module-exam-api" options="-parameters" />
<module name="exam-module-exam-biz" options="-parameters" />
<module name="exam-module-infra-api" options="-parameters" />
<module name="exam-module-infra-biz" options="-parameters" />
<module name="exam-module-judgement-api" options="-parameters" />
<module name="exam-module-judgement-biz" options="-parameters" />
<module name="exam-module-system-api" options="-parameters" />
<module name="exam-module-system-biz" options="-parameters" />
<module name="exam-server" options="-parameters" />
<module name="exam-spring-boot-starter-biz-data-permission" options="-parameters" />
<module name="exam-spring-boot-starter-biz-ip" options="-parameters" />
<module name="exam-spring-boot-starter-biz-tenant" options="-parameters" />
<module name="exam-spring-boot-starter-excel" options="-parameters" />
<module name="exam-spring-boot-starter-job" options="-parameters" />
<module name="exam-spring-boot-starter-monitor" options="-parameters" />
<module name="exam-spring-boot-starter-mq" options="-parameters" />
<module name="exam-spring-boot-starter-mybatis" options="-parameters" />
<module name="exam-spring-boot-starter-protection" options="-parameters" />
<module name="exam-spring-boot-starter-redis" options="-parameters" />
<module name="exam-spring-boot-starter-security" options="-parameters" />
<module name="exam-spring-boot-starter-test" options="-parameters" />
<module name="exam-spring-boot-starter-web" options="-parameters" />
<module name="exam-spring-boot-starter-websocket" options="-parameters" />
</option>
</component>
</project>

65
.idea/encodings.xml generated
View File

@@ -1,65 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/exam-framework/exam-common/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-common/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-data-permission/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-data-permission/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-ip/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-ip/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-tenant/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-tenant/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-excel/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-excel/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-job/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-job/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-monitor/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-monitor/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mq/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mq/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mybatis/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mybatis/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-protection/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-protection/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-redis/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-redis/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-security/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-security/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-test/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-test/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-web/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-web/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-websocket/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-websocket/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-server/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-server/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="aliyunmaven" />
<option name="name" value="aliyun" />
<option name="url" value="https://maven.aliyun.com/repository/public" />
</remote-repository>
<remote-repository>
<option name="id" value="spring-milestones" />
<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="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="spring-snapshots" />
<option name="name" value="Spring Snapshots" />
<option name="url" value="https://repo.spring.io/snapshot" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="huaweicloud" />
<option name="name" value="huawei" />
<option name="url" value="https://mirrors.huaweicloud.com/repository/maven/" />
</remote-repository>
</component>
</project>

14
.idea/misc.xml generated
View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml generated
View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>