Spring boot: Request method 'PUT' not supported

前端 未结 5 1626
傲寒
傲寒 2021-01-07 06:12

I am getting a Request method \'PUT\' not supported error on hitting a PUT method on a restful API to upload a file.

Following is the

5条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 06:44

    Simply put: your @RequestMapping doesn't match the request. The regex probably needs some work.

提交回复
热议问题