Java 报错: Cannot deserialize instance of `com.ruoyi.web.entity.xxxEntity` out of START_ARRAY toke

It should be that the front-end is an array type of data, and the back-end is an entity class to receive front-end data, so the back-end must be configured as List<entity class> to be able to receive the front-end array data.

Guess you like

Origin blog.csdn.net/qq_42701659/article/details/130154846