Class R2dbcMybatisAutoConfiguration.R2dbcMapperScannerRegistrarNotFoundConfiguration

java.lang.Object
pro.chenggang.project.reactive.mybatis.support.r2dbc.spring.configuration.R2dbcMybatisAutoConfiguration.R2dbcMapperScannerRegistrarNotFoundConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Enclosing class:
R2dbcMybatisAutoConfiguration

@Configuration @Import(AutoConfiguredMapperScannerRegistrar.class) @ConditionalOnMissingBean({R2dbcMapperFactoryBean.class,R2dbcMapperScannerConfigurer.class}) public static class R2dbcMybatisAutoConfiguration.R2dbcMapperScannerRegistrarNotFoundConfiguration 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.
  • Constructor Details

    • R2dbcMapperScannerRegistrarNotFoundConfiguration

      public R2dbcMapperScannerRegistrarNotFoundConfiguration()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean