Spring Boot 405 POST method not supported?

后端 未结 3 1110
情歌与酒
情歌与酒 2020-12-19 05:09

How could POST method not support by Spring Boot MVC ?! I am trying to implement a simple post method that accepts a list of entities : here is my code

@Re         


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-19 05:30

    Actually When method name is available but method type is different than required type so this exception will throw 405.

提交回复
热议问题