From 318d743292e40a939619cd9425066e10d67cf482 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 12 十一月 2024 18:20:44 +0800 Subject: [PATCH] 答题记录表、阅卷时保存答题记录 --- src/main/resources/application-dev.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index aa4e6d9..9146cc8 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -8,6 +8,7 @@ spring: config: + # 鏁欏璧勬簮璁块棶璺緞 url: http://localhost:8000 datasource: url: jdbc:mysql://42.193.1.25:3306/xzs?useSSL=true&useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&allowMultiQueries=true -- Gitblit v1.8.0