课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
都写的是post方法,为什么他会报错说找不到get方法呢,怎么解决这个问题呢
2019-01-24
源自:SpringBoot构建电商基础秒杀项目 3-9
正在回答
这是因为没有在对应的Controller类中添加对GET请求的处理方法。虽然你并没有使用get请求,但是在进入首页加载表单的时候,默认就是个get请求。
你试着把上面的“method = RequestMethod.XXXX”这个去掉,就可以同时处理GET和POST请求。
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
4 回答overridden method does not throw 'com.miaosha.error.BusinessException'
1 回答cannot resolve method "selectUsrById" && "setEncrptPassword"
3 回答请问cannot resolve method是什么原因呀
9 回答仔细检查了两遍 。。。Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
3 回答generatorConfig.xml does not exist