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>