Mybatis-Plus org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): XXX.XXX.XXX.getBaseMapper 解决

错误场景:使用代码生成器生成对应的ServiceMapper

解决办法:在SpringBoot的启动类上明确的指出Mapper的Java代码所有包路径。就是说如果你的Mapper类在com.itcast.edu.mapper包下的话,就要在SpringBoot启动类上写@MapperScan("com.itcast.base.edu.mapper")

我之前一直认为写上大范围的路径就好就是com.itcast,但事实上是不行的,必须明确指定mapper代码所在位置。

Mybatis-Plus org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): XXX.XXX.XXX.getBaseMapper 解决

上一篇:Gradle Wrapper


下一篇:【压测】【手机】压测工具推荐说明