Merge branch 'refs/heads/分账重构'

This commit is contained in:
zengtao01
2024-09-29 17:33:13 +08:00
11 changed files with 96 additions and 86 deletions

View File

@ -12,8 +12,8 @@ spring:
servlet:
# 文件上传相关配置项
multipart:
max-file-size: 20MB # 单个文件大小
max-request-size: 40MB # 设置总上传的文件大小
max-file-size: 200MB # 单个文件大小
max-request-size: 400MB # 设置总上传的文件大小
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER # 解决 SpringFox 与 SpringBoot 2.6.x 不兼容的问题,参见 SpringFoxHandlerProviderBeanPostProcessor 类