微服务之间文件流发送

这是一个配置类,用于微服务之间使用Feign进行文件传输。通过添加feign-form的依赖和自定义SpringFormEncoder实现文件互传。示例中展示了如何调用Feign接口上传和接收文件。
摘要由CSDN通过智能技术生成

package com.quanwei.wlanscope_wechat_information_treasure.config;

import feign.codec.Encoder;
import feign.form.spring.SpringFormEncoder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @date 2019-8-21
 *
 * <p>微服务之间通过Feign进行文件互传的配置类</p>
 * <p>添加feign的扩展包,并自定义编码</p>
 *
 * <p>添加依赖
 * <!--开启feign(集成了ribbon和hystrix)-->
 * <dependency>
 * <groupId>org.springframework.cloud</groupId>
 * <artifactId>spring-cloud-starter-openfeign</artifactId>
 * </dependency>
 * <!--feign底层替换httpClient-->
 * <dependency>
 * <groupId>io.github.openfeign</groupId>
 * <artifactId>feign-httpclient</artifactId>
 * </dependency>
 * <!--feign扩展包版本太高 已经出现问题,此处使用3.0.3版本的--><

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值