首先,既然是多数据源,那么我们就先看下数据源怎么配置的: javaconfig类似下面这样: MapperScan注解常用配置如下: basePackages:Base packages to scan for MyBatis interfaces,也就是mapper接口所在包名 annotationClass:This property specifies the annotation that the scanner will search for, 也就是只扫描指定包下的指定注解作为map