类 MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.InitializingBean
    封闭类:
    MybatisPlusAutoConfiguration

    @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 java.lang.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