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


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

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

1 <dependency>
2      <groupId>io.github.openfeign</groupId>
3      <artifactId>feign-httpclient</artifactId>
4  </dependency>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM