使用feign发起远程调用 Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request meth

异常 Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘POST’ not supported] 原因 使用了get请求 通过feign 发起远程调用,因为按照规范来写时,get请求的参数列表种不能写@requestbody ,写普通对象不能写其他注解 ,为了把这个对象
相关文章
相关标签/搜索