Browse Source

修复记住我失效的问题(IAPHA4)

RuoYi 1 year ago
parent
commit
3b968d735f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ruoyi-admin/src/main/resources/application.yml

+ 2 - 0
ruoyi-admin/src/main/resources/application.yml

@@ -20,6 +20,8 @@ server:
   servlet:
     # 应用的访问路径
     context-path: /
+  # http请求头大小
+  max-http-header-size: 65536
   tomcat:
     # tomcat的URI编码
     uri-encoding: UTF-8