问题描述
Could not write request: no suitable HttpMessageConverter found for request type with Feign
解决方案
对于Feign接口的调用入参 我这边是定义的对象XxxxReqDTO对象的形式,由于用的lombok 没有进行@Data注解的使用,导致get set方法没有
产生改问题
OpenFeign问题之 Could not write request: no suitable HttpMessageConverter found for request type wit
阅读 65
2022-07-13
Could not write request: no suitable HttpMessageConverter found for request type with Feign
对于Feign接口的调用入参 我这边是定义的对象XxxxReqDTO对象的形式,由于用的lombok 没有进行@Data注解的使用,导致get set方法没有
产生改问题
相关推荐
精彩评论(0)