springboot集成tk.mapper

引入依赖:

		
			tk.mybatis
			mapper-spring-boot-starter
			1.2.3
		

在启动类上使用@MapperScan注解必须引入tk.mybatis.spring.annotation.MapperScan的注解,使用org.mybatis.spring.annotation.MapperScan注解会导致以下异常:

java.lang.NoSuchMethodException: tk.mybatis.mapper.provider.base.BaseSelectProvide…

你可能感兴趣的:(Exception)