Json那一章有两个小坑;
Opened this issue · 0 comments
mk100120 commented
- 当
@RequestMapping method
不省略时,ajax
的type
和注解
的method
必须匹配,不然会报405
错误; - 当输入也是json的时候,当
@RequestMapping method
不省略时,ajax
的type
和注解
的method
必须配置为POST
,GET
的情况会报400
的错误.
Opened this issue · 0 comments
@RequestMapping method
不省略时, ajax
的type
和注解
的method
必须匹配,不然会报405
错误;@RequestMapping method
不省略时, ajax
的type
和注解
的method
必须配置为POST
,GET
的情况会报400
的错误.