From a39d57c002463c367c2305d799703f58e6da6697 Mon Sep 17 00:00:00 2001 From: guwd Date: Thu, 12 Nov 2020 17:50:57 +0800 Subject: [PATCH] =?UTF-8?q?5100=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9?= 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 c6920f13..937917a2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 5100 servlet.session.timeout: P0DT60M0S #D天H小时M分钟S秒,字符T是紧跟在时分秒之前的,每个单位都必须由数字开始,且时分秒顺序不能乱 # ssl: #https证书配置 配置了之后只能通过https访问应用 # key-store: ms.pfx 证书文件