MyBatis-Plus IServcie 踩坑
2023-01-04 本文已影响0人
archerdu
问题:
IService 报 Invalid bound statement (not found) 错误
解决办法:
继承 IService 的接口不能放到 @MapperScan("com.example.mapper") 扫描的包下面
IService 报 Invalid bound statement (not found) 错误
继承 IService 的接口不能放到 @MapperScan("com.example.mapper") 扫描的包下面