gpt4 book ai didi

java - "Type interface is not known to the MapperRegistry"使用mybatis异常

转载 作者:太空狗 更新时间:2023-10-29 22:49:19 27 4
gpt4 key购买 nike

我正在使用注解设置 mybatis,并得到这个有用的异常

org.apache.ibatis.binding.BindingException: Type interface org.foo.Bar is not known to the MapperRegistry

Googling it没有找到任何东西,也没有找到用户指南。我错过了什么?

最佳答案

只为那些因为刚接触 mybatis 而来到这里的人准备的<罢工> http://www.mybatis.org/core/configuration.html
http://www.mybatis.org/mybatis-3/configuration.html

在配置文件映射部分

<mappers>
<mapper class="my.package.com.MyClass"/>
</mappers>

这将使您能够使用 config.xml 和带注释的接口(interface)启动并运行

关于java - "Type interface is not known to the MapperRegistry"使用mybatis异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4263832/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com