凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页

spring-boot session 失效时间设置

server:
  port: 80
  tomcat:
    max-http-header-size: 8192
    uri-encoding: UTF-8
    document-root: static
  servlet:
    session:
      timeout: 86400

  

posted @ 2024-01-06 17:48  追风fc  阅读(178)  评论(0)    收藏  举报