Spring学习的报错____1.Type interface com.xbf.dao.UserDao is not known to the MapperRegistry.
Posted xbfchder
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring学习的报错____1.Type interface com.xbf.dao.UserDao is not known to the MapperRegistry.相关的知识,希望对你有一定的参考价值。
UserMapper.xml文件没有写
并且在beans.xml(applicationContext.xml)文件中没有配置mybatis的核心配置文件
(注意:属性namespace:写的对应的接口)
(注意:写完后记得在核心配置文件中注册)
配置文件的关联:
UserMapper.xml--->mybatis-config.xml->applicationContext.xml
***天真的我以为可以省略不写。。。。。
以上是关于Spring学习的报错____1.Type interface com.xbf.dao.UserDao is not known to the MapperRegistry.的主要内容,如果未能解决你的问题,请参考以下文章
Spring 的学习报错_____2.空指针异常 java.lang.NullPointerException
mybatis的报错总结_____2Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an err