java - mybatis:java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for
当遇见java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for 错误的时候不要慌张,仔细检查下面两样是否匹配:
1. Mapper的namespace是否和定义的一致?
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。<mapper namespace="com.sitech.mapper.UserInfo">
2. mapper的xml文件名称是否和定义的interface名称一致?
只要这两项正确了,就不会出现问题啦。

更多精彩