调整json解析

This commit is contained in:
黎润豪 2026-03-25 10:38:43 +08:00
parent 757283266b
commit 1efa2feee9
1 changed files with 4 additions and 0 deletions

View File

@ -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