Cannot deserialize instance of `java.util.ArrayList` out of START_OBJECT token error resolution

The front-end joint debugging reports an error: Cannot deserialize instance of `java.util.ArrayList` out of START_OBJECT token.

Reason: What is needed is a collection, but an object is wrapped outside the parameter passed in.

Solution: Just remove the objects outside.

Guess you like

Origin blog.csdn.net/wufaqidong1/article/details/129836284