赞
踩
错误示范
当有多个@RequestParam并且list<对象>里面是个对象的时候是会报错的
Resolved [org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException: Failed to convert value of type ‘java.lang.String’ to required type ‘java.util.List’; nested exception is java.lang.IllegalStateException: Cannot convert value of type ‘java.lang.String’ to required type ‘com.fan.entity.Canojo’: no matching editors or conversion strategy found]
当传入的是基本数据类型的list是可以玩的
解决方式
使用@RequestBody
统一对象全部放进dto里面
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。