设置session超时时间

This commit is contained in:
F嘉阳
2018-02-27 16:12:36 +08:00
parent 81fb9cdff6
commit 97e60b662e
5 changed files with 15 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
server:
servlet:
context-path: /cms
session:
timeout: 1440s
port: 8080
serverproperties:
port_num: 8080
@@ -31,4 +33,3 @@ spring:
#resources:
# static-locations: classpath:/templates/
debug: true