关于Springboot+mybatis的报错。

img

img

img

img

有人能看看哪里出问题了吗,第一次接触mybatis搞不懂,我写的代码截图我都发上面了,应该很清楚。

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.bzfar.demo.Mapper.TextMapper.Text
at org.apache.ibatis.binding.MapperMethod$SqlCommand.(MapperMethod.java:235) ~[mybatis-3.5.7.jar:3.5.7]

img


TextMapper.xml 里边没有写 Text方法

Text方法没有实现

你的sql呢,映射

TestMapper加上import org.springframework.stereotype.Repository; @Repository注解