解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题

找了大半天,发现 中的getUserList的User少写了s

<mapper namespace="com.qi.dao.UserDao">
<!--    select查询语句-->
    <select >
        select * from mybatis.user
    </select>

</mapper>

参考博客:https://blog.****.net/sundacheng1989/article/details/81630370