个人主页: 叶落闲庭
我的专栏:
c语言
数据结构
javaweb
石可破也,而不可夺坚;丹可磨也,而不可夺赤。
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.forum.dao.UserMapper.selectByPrimaryKey
Invalid bound statement (not found)
无效绑定语句(未找到)clean->...->install
了一遍,结果还是报错pom.xml
文件查看了一遍,确定没问题yml
文件中的一个小失误错误代码:
mybatis:
mapper-locations:
classpath: mapper/**/*.xml
正确代码:
mybatis:
mapper-locations: classpath:mapper/**/*.xml