tomcat设置maxPostSize="0" 导致springmvc post请求参数接收不到问题
post提交数据长度大于2M tomcat会导致一些数据为NULL,这样试试吧加上 maxPostSize="0"和maxParameterCount="-1",不行我也没发了