码迷,mamicode.com
首页 > 编程语言 > 详细

关于org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]:Specified class is an interface

时间:2019-01-02 15:03:23      阅读:1471      评论:0      收藏:0      [点我收藏+]

标签:src   导致   exce   alt   生成   bsp   final   封装   ring   

技术分享图片

报错原因:

  spring在注入的时候不允许注入一个List类型的对象,才会导致报上诉错误;

解决办法:

  ①:改变为数组方式去接收;(我没用)

  ②:再把这个“List<WorkFinalStatmentVo> statmentVoList” 封装成一个对象------->StatmentVoList  statmentVoList,生成get,set方法,将对象注入;

  ③:。。。或许还有其他的办法解决,有的话请大神赐教! 

 

关于org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]:Specified class is an interface

标签:src   导致   exce   alt   生成   bsp   final   封装   ring   

原文地址:https://www.cnblogs.com/yikuan-919/p/10208189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!