@@ -20,6 +20,8 @@ server:
servlet:
# 应用的访问路径
context-path: /
+ session:
+ timeout: 0
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
@@ -3,6 +3,8 @@ server: