首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
解决spring boot 抛出的The valid characters are defined in RFC 7230 and RFC 3986异常
解决spring boot 抛出的The valid characters are defined in RFC 7230 and RFC 3986异常
it
2023-05-06
75
在spring boot的配置文件中添加如下配置
server
:
tomcat
:
relaxed-query-chars
:
[
'|'
,
'{'
,
'}'
,
'['
,
']'
]
relaxed-path-chars
:
[
'|'
,
'{'
,
'}'
,
'['
,
']'
]
转载请注明原文地址: https://lol.8miu.com/read-4363.html
最新回复
(
0
)