spring cloud feign微服务调用报错Request method 'POST' not supported

请求方式@GetMapping("")
传参形式@RequestBody
异常问题:org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘POST’ not supported
解决方式:
pom中引入


     io.github.openfeign
     feign-httpclient
 

maven更新完之后,目前版本是9.5.0
spring cloud feign微服务调用报错Request method 'POST' not supported_第1张图片

你可能感兴趣的:(spring cloud feign微服务调用报错Request method 'POST' not supported)