Interface | Description |
---|---|
SpringBootBindUtil.IBind |
Class | Description |
---|---|
ClassPathMapperScanner |
A
ClassPathBeanDefinitionScanner that registers Mappers by
basePackage , annotationClass , or markerInterface . |
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 as
MapperFactoryBean . |
SpringBootBindUtil | |
SpringBootBindUtil.SpringBoot1Bind |
使用 Spring Boot 1.x 方式绑定
|
SpringBootBindUtil.SpringBoot2Bind |
使用 Spring Boot 2.x 方式绑定
|
Copyright © 2018. All rights reserved.