diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 94bb6178af01dbd556457f2e389fa472ed100548..ec6bf3d31f889d352182ea4e2e76a29848157bab 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地址则抛出异常启动失败,只有特殊需求的情况下才配置