摘要: sping中的controller接收实体参数时如果实体中存在list属性,当list数值过大时报错 public class Model{ private List<String> strings; } 报错信息:"Invalid property 'rynrlist[256]' of bean 阅读全文
posted @ 2021-12-30 11:02 二小子 阅读(1277) 评论(0) 推荐(0)