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>
相關文章
相關標籤/搜索