修复记住我请求头过大的问题

This commit is contained in:
RuoYi
2024-09-09 10:54:23 +08:00
parent 96bf7d5c17
commit 76fb2cf1f8
3 changed files with 82 additions and 5 deletions

View File

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