关于使用spring mvc时出现 HTTP Status 400 - Required String parameter 'xx' is not present
先记录一下这个错误1、后台使用sring mvc的@RequestParam接受form表单提交的两个参数 2、使用Postman测试接口,可以看到在使用默认的form-data类型时出现了 HTTP Status 400 - Required String parameter ‘xx’ is not present 这个错误 3、更换成x-www-form-urlencoded类型时返回成功