当前位置:   article > 正文

【错误】controller中接口参数:Liat<对象>_resolved [org.springframework.web.method.annotatio

resolved [org.springframework.web.method.annotation.methodargumentconversion

错误示范:

当有多个@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中泛型是对象,不允许用@RequesParam注解修饰的,换成@@RequestBody

如果list中泛型是基本数据类型包装类是可以运用@RequesParam注解

 


链接:https://blog.csdn.net/Fanzongshen/article/details/124208709

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/229780?site
推荐阅读
相关标签
  

闽ICP备14008679号