【已解决】文件上传调用/file/upload 接口时报错

KOCA版本:3.6
KOCA模块:文件管理
模块版本:3.6
场景:集成了KOCA的文件管理组件
问题: 调用/file/upload 接口时报错,文件无法成功上传
报错细节
java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException: the request was rejected because its size (116049639) exceeds the configured maximum (10485760)
补充描述:xx

加上这个配置

spring:
  servlet:
    multipart:
      max-file-size: 20MB
      max-request-size: 20MB