返回顶部
首页 > 资讯 > 后端开发 > JAVA >springboot传递List类型参数报错 No primary or single unique constructor found for interface java.util.List
  • 490
分享到

springboot传递List类型参数报错 No primary or single unique constructor found for interface java.util.List

javaspringbootspring 2023-09-15 11:09:41 490人浏览 独家记忆
摘要

昨天在做毕设进行一对多插入的时候 出现了500错误 先看代码 mapper层代码 这里我是list集合进行一对多插入 控制层 前端  页面展示 然后页面显示500错误  查看控制台   报错:No primary or single

昨天在做毕设进行一对多插入的时候

出现了500错误

先看代码

mapper层代码

这里我是list集合进行一对多插入

控制层

前端

 页面展示

然后页面显示500错误

 查看控制台

  报错:No primary or single unique constructor found for interface java.util.List
    at org.springframework.beans.BeanUtils.getResolvableConstructor

request失败

    因为获取controller参数是在进入controller方法之前(因为需要转换成controller需要的参数),所以肯定是在获取controller参数之前。
那是处理器映射过程中的问题。
处理器映射需要将请求路径与@RequestMapping 匹配。看来这个过程还需要映射参数。

Spring mvc获取参数不带注解的唯一要求就是参数名和Http请求参数名一致。一般的 List 参数只是用逗号分隔。不会有所谓的名字,所以才有可能。这是结果。
 

 最后插入数据成功

 

参考文章:Spring MVC passed List type parameter error: No primary or default constructor found for interface java.util.List] Use two annotations to solve - Krybot

 

 

来源地址:https://blog.csdn.net/weixin_51327185/article/details/129810071

--结束END--

本文标题: springboot传递List类型参数报错 No primary or single unique constructor found for interface java.util.List

本文链接: https://lsjlt.com/news/408450.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作