SpringMVC @RequestParam和@RequestBody的区别
摘要:
问题:@Requestbody 用的时候遇到400和415错误,因为请求格式不对。 @RequestBody @RequestBody能把简单json结构参数转换成实体类,如下代码: @RequestMapping(value = "/testUser", method = RequestMetho 阅读全文
posted @ 2018-10-07 18:35 Steven5007 阅读(310) 评论(0) 推荐(0) 编辑