天天看点

java.lang.IllegalArgumentException: Mapped Statements collection already contains value for com.exam

java.lang.IllegalArgumentException:

Mapped Statements collection already contains value for com.example.demo.dao.ShoppingCarMapper.getGoods

illegal 非法的

非法参数异常

mybatis中的搜索语句的id 重复时就会报此错误

仔细检查,对应的xml中的id值

或者注解中开发中是否有重复的方法名

继续阅读