这样方法是不是只能针对于post请求,参数为实体类的情况

来源:2-4 统一异常处理(上)

_小北

2019-02-22 13:04

如标题,这种可以返回

https://img4.mukewang.com/5c6f820e0001a7fc10610284.jpg

但如果是get请求,传字符串参数,

https://img1.mukewang.com/5c6f82b90001ac7408060256.jpg

返回值:

{

    "code": -1,

    "msg": "An Errors/BindingResult argument is expected to be declared immediately after the model attribute, the @RequestBody or the @RequestPart arguments to which they apply: public com.example.demo.model.CommonMsg com.example.demo.controller.UservisitorController.SelectAll(org.springframework.validation.BindingResult)",

    "data": null

}


写回答 关注

1回答

  • 子适
    2019-02-22 14:56:23

    get 请求怎么会有表单验证呢?只有 Post 请求才会提交数据,有验证的需求吧。

    _小北

    我理解错误,表述也有问题。明白了,谢谢

    2019-03-05 09:02:45

    共 1 条回复 >

Spring Boot进阶之Web进阶

《2小时学习Spring Boot》之进阶教程,针对Web方面的相关技巧

104054 学习 · 393 问题

查看课程

相似问题