后台出现警告:Required request body is missing: public java.lang.String com.itheima.controller.UserController.toselectUser(com.itheima.domain.Users)

使用Requestbody时需要使用post提交,不能使用get提交,如果使用get提交就会出现这个问题,修改为使用post提交即可

posted @ 2021-12-09 11:16  晓葡萄在路上  阅读(2368)  评论(0)    收藏  举报