在 spring boot 的启动类与数据源配置上,使用 MapperScan 注解的包,引用 tk.mybatis.spring 中的 MapperScan 注解;
由
import org.mybatis.spring.annotation.MapperScan;
替换成:
import tk.mybatis.spring.annotation.MapperScan;
参考链接
https://blog.csdn.net/q343509740/article/details/80960180
https://blog.csdn.net/y2446421841/article/details/80566082