1. 程式人生 > >org.springframework.web.HttpRequestMethodNotSupportedException

org.springframework.web.HttpRequestMethodNotSupportedException

org.springframework.web.HttpRequestMethodNotSupportedException


在推送資料到介面時,得到了返回資訊如下:

{"timestamp":1545187124252,"status":405,"error":"Method Not Allowed"
,"exception":"org.springframework.web.HttpRequestMethodNotSupportedException",
"message":"Request method 'POST' not supported","path"
:"/***/downReport"}

後檢查介面文件發現,該介面需要的是GET請求,改為get後,即可以正常接收到資料