- 博客(4)
- 收藏
- 关注
原创 SSM整合 报错org.springframework.beans.factory.BeanCreationException
原因是:使用的时候引用了。修改过来即可,是IDE自动引入的时候出错。
2023-04-06 18:28:50
268
1
原创 org.springframework.beans.factory.BeanNotOfRequiredTypeException
在运行测试时提示org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'userImpl' is expected to be of type 'com.itheima.POJO.UserImpl' but was actually of type 'jdk.proxy2.$Proxy14'的接收类型改为 User接口类型即可。其实只需要将测试类中的。或者是将配置文件中的。
2023-03-25 11:19:29
1322
原创 Mybatis:Error instantiating interface xxx with invalid types () or values ()
个人原因:resultMap中的type属性值写成了接口而非POJO实体类。
2023-03-19 17:40:14
1113
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅