摘要: 创建 FeignConfig 点击查看代码 @Configuration public class FeignConfig { @Bean public Decoder customErrorDecoder() { return new FeignClientDecoder(); } @Autowi 阅读全文
posted @ 2022-06-19 17:22 星空物语之韵 阅读(170) 评论(0) 推荐(0)
摘要: 最近进行restapi上传文件接口开发,在上传文件类型的时候,遇到了在本地可以正常使用,项目部署到linux上时又无法使用的情况,解决如下: 点击查看代码 /** * MultipartFile 转 File * @param file * @throws Exception */ public s 阅读全文
posted @ 2022-06-19 17:12 星空物语之韵 阅读(357) 评论(0) 推荐(0)