Merge remote-tracking branch 'origin/master'

2.X
疯狂的狮子li 2022-02-17 19:02:43 +08:00
commit 6861f2f17c
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@ spring:
pathmatch: pathmatch:
# 适配 boot 2.6 路由与 springfox 兼容 # 适配 boot 2.6 路由与 springfox 兼容
matching-strategy: ANT_PATH_MATCHER matching-strategy: ANT_PATH_MATCHER
servlet:
multipart:
# 整个请求大小限制
max-request-size: 20MB
# 上传单个文件大小限制
max-file-size: 10MB
#jackson配置 #jackson配置
jackson: jackson:
# 日期格式化 # 日期格式化