所有类
-
所有类 接口概要 类概要 注释类型概要 类 说明 BaseProperties ClassPathMapperScanner AClassPathBeanDefinitionScannerthat registers Mappers bybasePackage,annotationClass, ormarkerInterface.MapperFactoryBean<T> BeanFactory that enables injection of MyBatis mapper interfaces.MapperScan Use this annotation to register MyBatis mapper interfaces when using Java Config.MapperScannerConfigurer BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them asMapperFactoryBean.MapperScannerRegistrar SpringBootBindUtil SpringBootBindUtil.IBind SpringBootBindUtil.SpringBoot1Bind 使用 Spring Boot 1.x 方式绑定SpringBootBindUtil.SpringBoot2Bind 使用 Spring Boot 2.x 方式绑定