- 封闭类:
- FlagwindAutoConfiguration
@Configuration
@Import(value=FlagwindAutoConfiguration.AutoConfiguredMapperScannerRegistrar.class)
@ConditionalOnMissingBean(value=org.mybatis.spring.mapper.MapperFactoryBean.class)
public static class FlagwindAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
extends java.lang.Object
org.mybatis.spring.annotation.MapperScan ultimately ends up
creating instances of MapperFactoryBean. If
org.mybatis.spring.annotation.MapperScan is used then this
auto-configuration is not needed. If it is _not_ used, however, then this
will bring in a bean registrar and automatically register components based
on the same component-scanning path as Spring Boot itself.