Coder Social home page Coder Social logo

Comments (8)

wangzihaogithub avatar wangzihaogithub commented on August 19, 2024

我看下,稍等10分钟

from spring-boot-protocol.

wangzihaogithub avatar wangzihaogithub commented on August 19, 2024

netty的请求聚合最大支持2G, 因为它的构造方法就是int类型,

等我改成不用netty聚合的后, 就发布2.0.16版本. 估计这几天就可以发布到maven**仓库里

from spring-boot-protocol.

markbanyang avatar markbanyang commented on August 19, 2024

好的

from spring-boot-protocol.

wangzihaogithub avatar wangzihaogithub commented on August 19, 2024

额 还没弄完, 这个是临时先提交的, 完了会明确告诉你的.

from spring-boot-protocol.

markbanyang avatar markbanyang commented on August 19, 2024

明白了 感谢

from spring-boot-protocol.

wangzihaogithub avatar wangzihaogithub commented on August 19, 2024

在2.0.17版本改好了, 已经将master分支上传到maven仓库了, 应该明天就能在**仓库拉到2.0.17版本的了.

from spring-boot-protocol.

wangzihaogithub avatar wangzihaogithub commented on August 19, 2024

这样配置

spring:
servlet:
multipart:
#请求头的上限
max-request-size: 10GB
#请求体的上限
max-file-size: 10GB
#超过多少大小,就把请求体放在文件存储。
file-size-threshold: 2MB

from spring-boot-protocol.

markbanyang avatar markbanyang commented on August 19, 2024

好的

from spring-boot-protocol.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.