问题描述:
使用 SpringBoot+MyBatis 的时候查询一张表的 count (*) 的时候报错如下:
A query was run and no Result Maps were found for the Mapped Statement 'com.dkx.dao.UserMapper.comPageSize'. It's likely that neither a Result Type nor a Result Map was specified.
翻译:
运行了一个查询,但找不到映射语句 “com.dkx.dao.UserMapper.comPageSize” 的结果映射。 可能既未指定 “结果类型”,也未指定 “结果映射”。
解决方案:可能是 mapper.xml 中的查询中没有写返回值类型