调整json解析
This commit is contained in:
parent
757283266b
commit
1efa2feee9
|
|
@ -79,6 +79,10 @@ spring:
|
|||
multipart:
|
||||
max-file-size: 100MB
|
||||
max-request-size: 100MB
|
||||
jackson:
|
||||
parser:
|
||||
# 允许解析未转义的控制字符(解决你那个中文括号/隐形字符报错)
|
||||
allow-unquoted-control-chars: true
|
||||
|
||||
restLog:
|
||||
ignoreServletPath: /druid,/swagger-resources,/v2/api-docs,/webjars,/user/checkSSOLogin
|
||||
|
|
|
|||
Loading…
Reference in New Issue