使用SpringBoot+MyBaits组合,运行代码出现如下异常
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
我的mapper文件放置如下
需要再pom.xml中增加以下配置
src/main/java
**/*.xml
true