启动类中@MapperScan注解不要引入
import org.mybatis.spring.annotation.MapperScan;
而应该引入
import tk.mybatis.spring.annotation.MapperScan;
启动类中@MapperScan注解不要引入
import org.mybatis.spring.annotation.MapperScan;
而应该引入
import tk.mybatis.spring.annotation.MapperScan;