brianway/springmvc-mybatis-learning

Json那一章有两个小坑;

Opened this issue · 0 comments

  1. @RequestMapping method 不省略时, ajaxtype注解method 必须匹配,不然会报405错误;
  2. 当输入也是json的时候,当 @RequestMapping method 不省略时, ajaxtype注解method 必须配置为POSTGET的情况会报400的错误.