spring-boot session 失效时间设置
server:
port: 80
tomcat:
max-http-header-size: 8192
uri-encoding: UTF-8
document-root: static
servlet:
session:
timeout: 86400
因为相信,所以看见.
server:
port: 80
tomcat:
max-http-header-size: 8192
uri-encoding: UTF-8
document-root: static
servlet:
session:
timeout: 86400