From 3ff58f6344a923edf6db5e12bbcb2cc53f2111d9 Mon Sep 17 00:00:00 2001 From: guwd Date: Thu, 12 Nov 2020 18:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 937917a2..1ec0c6e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 5100 + port: 5108 servlet.session.timeout: P0DT60M0S #D天H小时M分钟S秒,字符T是紧跟在时分秒之前的,每个单位都必须由数字开始,且时分秒顺序不能乱 # ssl: #https证书配置 配置了之后只能通过https访问应用 # key-store: ms.pfx 证书文件