org.apache.ibatis.binding.BindingException: Type interface cn.dao.UserDao is not known to the MapperRegistry.
时间:2020-06-08 11:01:44
收藏:0
阅读:68
原因没有在mybatis-config.xml配置文件中注册Mapper.xml
评论(0)