Spring Boot 405 POST method not supported?

后端 未结 3 1111
情歌与酒
情歌与酒 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:32

    I faced the same kind of error when I was developing. Please check the URL path is correctly mapped with the same as you are checking. Hope it resolves the problem.

提交回复
热议问题