程序包 tk.mybatis.spring.mapper
-
接口概要 接口 说明 SpringBootBindUtil.IBind -
类概要 类 说明 ClassPathMapperScanner AClassPathBeanDefinitionScannerthat registers Mappers bybasePackage,annotationClass, ormarkerInterface.MapperFactoryBean<T> BeanFactory that enables injection of MyBatis mapper interfaces.MapperScannerConfigurer BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them asMapperFactoryBean.SpringBootBindUtil SpringBootBindUtil.SpringBoot1Bind 使用 Spring Boot 1.x 方式绑定SpringBootBindUtil.SpringBoot2Bind 使用 Spring Boot 2.x 方式绑定