From 07ef4ae0fc211fbe6006c525002ed65ce854a1f2 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期四, 30 十一月 2023 14:02:48 +0800 Subject: [PATCH] 重置试卷 --- src/main/resources/application.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 675ed9e..bbd9040 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,7 @@ server: + servlet: + session: + timeout: 7200 port: 8000 undertow: io-threads: 16 -- Gitblit v1.8.0