From 07523902413e2e06de6ae55f706f770590f94542 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期六, 11 五月 2024 11:03:49 +0800 Subject: [PATCH] fix:补考时未选择且未参加过考试的考生新增零分记录、开始考试时非空判断 --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bbd9040..78d600b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,7 +2,7 @@ servlet: session: timeout: 7200 - port: 8000 + port: 8085 undertow: io-threads: 16 worker-threads: 4000 @@ -68,9 +68,9 @@ active: dev aws: - endpoint: http://162.14.79.111:19000 # S3????? - accessKey: root # ??key - secretKey: 234#Wersdf! # ?? + endpoint: http://80.36.32.171:19000 # S3????? + accessKey: admin # ??key + secretKey: admin1234567 # ?? bucket: image S3: region: ap-nanjing -- Gitblit v1.8.0