oauth2(spring security)報錯method_not_allowed(Request method 'GET' not supported)解決方法

報錯信息

<MethodNotAllowed>
<error>method_not_allowed</error>
<error_description>Request method &#39;GET&#39; not supported</error_description>
</MethodNotAllowed>

我這裏是使用postman進行接口訪問

將get請求更換成post即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章