org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (2010349724) exceeds the configured maximum (1073741824)

如果出现上述错误,则需要增加可传输文件大小设置。

请按以下顺序进行

  1. 移动至Launcher Lite 安装路径的 properties 文件夹。

    %localappdata%\\Suresofttech\\STATIC Launcher LITE\\properties

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/84ef03a7-0037-4a7e-a152-0e3a16024884/Untitled.png

  2. 修改服务的 .yml 文件如下。

    spring:
      servlet:
        multipart:
          max-file-size: {size}MB
          max-request-size: {size}MB
    
  3. 保存后,从 Launcher Shell 重新安装服务。

    stop {服务名}
    uninstall {服务名}
    install {在启动器安装路径中打开 "installAll" ,每个服务的命令语}
    start {服务名}