SpringCloud Feign 报错 Request method ‘POST‘ not supported 的解决办法
Request method 'POST' not supported
org.springframework.web.HttpRequestMethodNotSupportedException:
Request method 'POST' not supported
解决办法:
在远程调用fegin使用GET请求时 应该附加注解 @RequestParam(“pgQuery”)
实体类或者单个参数同样适用
在controller接受参数时则注解可以不用加
原文地址:https://blog.csdn.net/qq_45834006/article/details/143787075
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!