idea spring boot (网上找了很久很久的答案):绑定错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.springtest.dao.UserMapper.selectAll

感谢你们。

(已解决,你们看看我这个错误是特殊的错误,只有小白会犯的错,看评论)
绑定错误
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.springtest.dao.UserMapper.selectAll

    <select id="selectAll" resultMap="BaseResultMap">
select * from user

图片说明

图片说明

图片说明

1.mybatis用的是starter的包吗
2.application.yml mybatis前面怎么空着格,没错误吗