出现 Invalid bound statement (not found): com.example.demo.mapper.UserMapper.selectById 解决方法

目录

  • 1. 问题所示
  • 2. 原理分析
  • 3. 解决方法
    • 3.1 Mybatis
    • 3.2 Mybatis-plus

1. 问题所示

在运行springboot做一些测试功能的时候,本身是可以启动成功的,但是一使用测试接口就会出现如下错误:

出现 Invalid bound statement (not found): com.example.demo.mapper.UserMapper.selectById 解决方法_第1张图片

在终端会出现如下错误:

org.apache.ibatis.binding.BindingException: 

你可能感兴趣的:(BUG,mybatis,mybatisplus,spring,xml)