post请求怎么变成了get?

来源:5-4 秒杀交互

赵码农

2017-07-16 22:10

控制台报:

七月 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





写回答 关注

3回答

  • 一枚程序狗
    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写错了

Java高并发秒杀API之web层

Java实现高并发秒杀API的第三门课,介绍Web层的设计和实现

66079 学习 · 395 问题

查看课程

相似问题