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

This commit is contained in:
RuoYi
2024-09-09 10:29:12 +08:00
parent 3b968d735f
commit c34d9f0c09
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