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