首页 > 编程语言 > 详细

SpringBoot 项目启动 Failed to convert value of type 'java.lang.String' to required type 'cn.com.goldenwater.dcproj.dao.TacPageOfficePblmListDao';

时间:2019-10-24 14:59:11      阅读:782      评论:0      收藏:0      [点我收藏+]
1 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘tacPageOfficePblmListServiceImpl‘: Unsatisfied dependency expressed through field ‘tacPageOfficePblmListDao‘; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type ‘java.lang.String‘ to required type ‘cn.com.goldenwater.dcproj.dao.TacPageOfficePblmListDao‘; nested exception is java.lang.IllegalStateException: Cannot convert value of type ‘java.lang.String‘ to required type ‘cn.com.goldenwater.dcproj.dao.TacPageOfficePblmListDao‘: no matching editors or conversion strategy found

技术分享图片

 

 一不小心写反之后,报错。

SpringBoot 项目启动 Failed to convert value of type 'java.lang.String' to required type 'cn.com.goldenwater.dcproj.dao.TacPageOfficePblmListDao';

原文:https://www.cnblogs.com/rongyao/p/11731834.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!