mybatis错误记录

1.UserMapper is not known to the MapperRegistry.mybatis

错误缘由:a.mapperxml  app

<mapper namespace="name">

     b.主配置没添加mapperxml  spa

<!-- 加载映射文件 -->
    <mappers>
        <mapper resource="cn/itming/mybatis/mapper/User.xml"/>
    </mappers>
相关文章
相关标签/搜索