From bca776430b0e697c421d78cea99a269e9fed050d Mon Sep 17 00:00:00 2001 From: hanbo <2608504783@qq.com> Date: Mon, 17 Jan 2022 14:21:28 +0800 Subject: [PATCH] =?UTF-8?q?session=E5=A4=B1=E6=95=88=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA2=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 00a9707..43968f3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ spring.application.name=fourcal server.port=8282 +server.session.timeout=7200 server.context-path=/fourcal app.version=0.0.1 spring.profiles.active=sit