上一页 1 2 3 4 5 6 7 8 9 ··· 782 下一页
摘要: DEA报错:java: 程序包javax.servlet不存在 在IDEA中如果报缺少servlet-api.jar和jsp-api.jar这两个包的话,这是因为没有加入tomcat的依赖包。如下图,在IDEA下,import javax.servlet.*相关的包都是报红的话,就肯定就是缺少jar 阅读全文
posted @ 2024-01-23 13:18 沧海一滴 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 轻松解决feign.codec.EncodeException: Could not write request: no suitable HttpMessageConverter found for 问题:使用feign client访问其他服务时,报错:feign.codec.EncodeExc 阅读全文
posted @ 2024-01-23 13:13 沧海一滴 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 哈喽大家好今天跟大家简单聊一聊PostMappering中consumers与produces两个属性的作用 在对接接口中,对方API要求,请求头 HTTP Header 中设置 Content-Type 为 application/x-www-form-urlencoded,响应头 HTTP He 阅读全文
posted @ 2024-01-23 13:11 沧海一滴 阅读(289) 评论(0) 推荐(0) 编辑
摘要: fail cannot retry due to redirection, in streaming mode executing POST https://vsp.allinpay.com/apiweb/gateway/pay feign.RetryableException: cannot re 阅读全文
posted @ 2024-01-23 13:10 沧海一滴 阅读(144) 评论(0) 推荐(0) 编辑
摘要: OpenFeign是SpringCloud中的重要组件,它是一种声明式的HTTP客户端。使用OpenFeign调用远程服务就像调用本地方法一样,但是如果使用不当,很容易踩到坑。 坑一:用对Http Client 1.1 feign中http client 如果不做特殊配置,OpenFeign默认使用 阅读全文
posted @ 2024-01-23 11:41 沧海一滴 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 782 下一页