发表于: 2021-04-24 23:16:36

1 1216


今天完成的事情:
继续springboot整合mybatis




明天计划的事情:
解决报错
继续学习springboot


遇到的问题:
mybatis配置文件报错



收获:
web模块调用service报错
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.kbk.service.dao.UserMapper.selectUserPage
at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:227)
at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:49)
at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:65)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:58)
@Test
public void testSelectUserPage() {
UserQuery query=new UserQuery();
query.setUserName("a");
PageInfo<User> pageInfo=service.selectUserPage(1,1,query);
System.out.println(pageInfo);
}
网上原因:xml文件问题,xml目录问题,方法名对应问题

找了很久,试了很多次,还是没找问题。明天继续找







返回列表 返回列表
评论

    分享到