您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

通过Zuul上传大文件

通过Zuul上传大文件

我找到了解决方案。基本描述如下:

http://cloud.spring.io/spring-cloud-static/spring- cloud.html#_uploading_files_through_zuul

我做了什么使它工作。只需一步一步:

来自: http:// localhost:8081 / MyService / file

到: http:// localhost:8081 / zuul / MyService / file

spring:
http:
    multipart:
        enabled: false

以下标头不是必需的。传输编码:分块

我试图上传一个没有该文件的大文件,这很好。

其他 2022/1/1 18:23:26 有483人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶