摘要: 一、事情起因:在springboot整合mybatis时,测试出了异常 二、通过排查,发现在xml配置文件中,单表查询中误将resultType错写成resultMap 三、resultType和resultMap区别 resultType是SQL语句的返回类型,需要有对应的pojo类,因此在单表查 阅读全文
posted @ 2022-04-21 11:50 哒啦蹦哒啦 阅读(90) 评论(0) 推荐(0)