【Mybatis疑难杂症】java.lang.IllegalArgumentException: Mapped Statements collection does not contain value

Caused by: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.cyk.mapper.UserDetailMapper.queryByUserId

原因是某个xml中没有绑定mapper的xml映射文件
比如我这里是少添加了一行mybatisConfig.xml

猜你喜欢

转载自blog.csdn.net/weixin_43046082/article/details/88974136