From 9d50586bba0bca8b6a007bd65543a8c4a0c4d724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=8C=BF?= <852023950@qq.com> Date: Mon, 18 Apr 2022 06:30:29 +0000 Subject: [PATCH] update src/main/resources/application.properties. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 94bb617..ec6bf3d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ # spring boot 2.x 的ContextPath配置有变化: server.servlet.context-path=/quartz # 服务端口 -server.port=8080 +server.port=8082 # session最大超时时间(分钟),默认为30 server.session-timeout=60 # 该服务绑定IP地址,启动服务器时如本机不是该IP地址则抛出异常启动失败,只有特殊需求的情况下才配置 -- Gitee