类 MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
java.lang.Object
com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@Configuration(proxyBeanMethods=false)
@Import(AutoConfiguredMapperScannerRegistrar.class)
@ConditionalOnMissingBean({org.mybatis.spring.mapper.MapperFactoryBean.class,org.mybatis.spring.mapper.MapperScannerConfigurer.class})
public static class MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean
If mapper registering configuration or mapper scanning configuration not present, this configuration allow to scan
mappers based on the same component-scanning path as Spring Boot itself.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
MapperScannerRegistrarNotFoundConfiguration
public MapperScannerRegistrarNotFoundConfiguration()
-
-
方法详细资料
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-