点击运行GET http://localhost:8080/test/list后就出现了Invalid bound statement (not found)
来源:3-4 集成持久层框架Mybatis

慕雪8632343
2023-01-04
Invalid bound statement (not found):
写回答
1回答
-
甲蛙
2023-01-05
应该是mapper没找到,对比下源码
检查启动类有没有加MapperScan注解
检查配置文件,有没有配置mapper.xml路径
00
相似问题