@ConditionalOnMissingBean(value=org.mybatis.spring.mapper.MapperFactoryBean.class) @Import(value=MybatisAutoConfiguration.AutoConfiguredMapperScannerRegistrar.class) @Configuration public static class MybatisAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration extends Object
MapperScan ultimately ends up
creating instances of MapperFactoryBean. If
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.| Constructor and Description |
|---|
MapperScannerRegistrarNotFoundConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
属性配置
|
public MapperScannerRegistrarNotFoundConfiguration()
@PostConstruct public void afterPropertiesSet()
Copyright © 2018–2019. All rights reserved.