mirror of https://gitee.com/y_project/RuoYi.git
修复记住我失效的问题(IAPHA4)
parent
b2a491c99a
commit
3b968d735f
|
@ -20,6 +20,8 @@ server:
|
||||||
servlet:
|
servlet:
|
||||||
# 应用的访问路径
|
# 应用的访问路径
|
||||||
context-path: /
|
context-path: /
|
||||||
|
# http请求头大小
|
||||||
|
max-http-header-size: 65536
|
||||||
tomcat:
|
tomcat:
|
||||||
# tomcat的URI编码
|
# tomcat的URI编码
|
||||||
uri-encoding: UTF-8
|
uri-encoding: UTF-8
|
||||||
|
|
Loading…
Reference in New Issue