springmvc-mybatis-learning
springmvc-mybatis-learning copied to clipboard
Json那一章有两个小坑;
- 当
@RequestMapping method
不省略时,ajax
的type
和注解
的method
必须匹配,不然会报405
错误; - 当输入也是json的时候,当
@RequestMapping method
不省略时,ajax
的type
和注解
的method
必须配置为POST
,GET
的情况会报400
的错误.