问答详情
源自:5-4 秒杀交互

post请求怎么变成了get?

控制台报:

七月 16, 2017 10:05:09 下午 org.springframework.web.servlet.PageNotFound handleHttpRequestMethodNotSupported

警告: Request method 'GET' not supported


http://img.mukewang.com/596b738000019e1e11110285.jpg

http://img.mukewang.com/596b73810001761b08280221.jpg

http://img.mukewang.com/596b7381000119d207460327.jpg

http://img.mukewang.com/596b73820001009209890276.jpg





提问者:赵码农 2017-07-16 22:10

个回答

  • 一枚程序狗
    2020-03-31 15:47:30

    在controller代码的method改成

    method = {RequestMethod.POST,RequestMethod.GET},


  • qq_宝慕林3535468
    2019-06-03 20:34:50

    你好。我遇到了这个问题怎么解决啊

  • 赵码农
    2017-07-17 14:34:27

    已解决  @RequestMapping的value写错了