Failed to convert value of type 'java.lang.String[]' to required type 'java.util.List';

记录下   报错信息如下

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.service.product.domain.DistributorProduct': no matching editors or conversion strategy found
at org.springframework.web.method.annotation.

 

解决

controller  接受 List 对象集合  使用   

@RequestBody   不要使用@RequestParam


posted @ 2020-06-11 14:20  wf.zhang  阅读(7333)  评论(0编辑  收藏  举报