1.页面中checkbox 转换成String 的时候出现的错误:
org.springframework.http.converter.HttpMessageNotReadableException: Could not read JSON: Can not deserialize instance of java.lang.String out of START_ARRAY token
at [Source: java.io.PushbackInputStream@28c5243e; line: 1, column: 154] (through reference chain: com.o2.travel.model.Supply["paymentType"]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_ARRAY token
at [Source: java.io.PushbackInputStream@28c5243e; line: 1, column: 154] (through reference chain: com.o2.travel.model.Supply["paymentType"])
posted on 2016-04-01 10:00
doodoosun 阅读(2185)
评论(0) 编辑 收藏