diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 00000000..620daf48
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 7ea10eee..2b3768d9 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -16,6 +16,11 @@
+
+
+
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 82dbec8a..4731638f 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -8,7 +8,7 @@
-
+
\ No newline at end of file
diff --git a/exam-module-judgement/exam-module-judgement-biz/pom.xml b/exam-module-judgement/exam-module-judgement-biz/pom.xml
index a4164251..8aec2df8 100644
--- a/exam-module-judgement/exam-module-judgement-biz/pom.xml
+++ b/exam-module-judgement/exam-module-judgement-biz/pom.xml
@@ -122,7 +122,11 @@
org.apache.tika
tika-core
-
+
+ com.google.code.gson
+ gson
+ 2.10
+
diff --git a/exam-server/src/main/resources/application-local.yaml b/exam-server/src/main/resources/application-local.yaml
index 6d5ba78d..4939dd30 100644
--- a/exam-server/src/main/resources/application-local.yaml
+++ b/exam-server/src/main/resources/application-local.yaml
@@ -56,7 +56,7 @@ spring:
# url: jdbc:kingbase8://127.0.0.1:54321/test # 人大金仓 KingbaseES 连接的示例
# url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例
username: root
- password: Xiaobing0308
+ password: 123
# username: sa # SQL Server 连接的示例
# password: Exam@2024 # SQL Server 连接的示例
# username: SYSDBA # DM 连接的示例
@@ -67,7 +67,7 @@ spring:
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://127.0.0.1:3306/pc-exam?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
username: root
- password: Xiaobing0308
+ password: 123
# tdengine: # IoT 数据库(需要 IoT 物联网再开启噢!)
# url: jdbc:TAOS-RS://127.0.0.1:6041/ruoyi_vue_pro
# driver-class-name: com.taosdata.jdbc.rs.RestfulDriver
@@ -81,8 +81,8 @@ spring:
redis:
host: 127.0.0.1 # 地址
port: 6379 # 端口
- database: 0 # 数据库索引
- # password: dev # 密码,建议生产环境开启
+ database: 15 # 数据库索引
+ password: 250250 # 密码,建议生产环境开启
--- #################### 定时任务相关配置 ####################