【Java】求各位大佬看下,后端使用springboot解析不了前端传过去的参数,一直报错 使用application/json类型
后端使用springboot框架
解析
报错
JSON parse error: Cannot deserialize instance of java.util.ArrayList
out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.util.ArrayList
out of START_OBJECT token↵ at [Source: (PushbackInputStream); line: 1, column: 1]
前端的类型呢
上传的格式化 - 我把 JSON.stringify 注释掉也不行
上传的接口
上传的数据
回答
把List去掉用里面的Map接收
跟框架有关系么? 没有,只是不明白数据结构,java中的list和map,json中的array和object,
这些都分不清出的话......
以上是 【Java】求各位大佬看下,后端使用springboot解析不了前端传过去的参数,一直报错 使用application/json类型 的全部内容, 来源链接: utcz.com/a/88857.html