| 接口 | 说明 |
|---|---|
| ConfigurationCustomizer |
Callback interface that can be customized a
MybatisConfiguration object generated on auto-configuration. |
| MybatisPlusPropertiesCustomizer |
Callback interface that can be customized a
MybatisPlusProperties object generated on auto-configuration. |
| 类 | 说明 |
|---|---|
| MybatisPlusAutoConfiguration |
Auto-Configuration for Mybatis. |
| MybatisPlusAutoConfiguration.AutoConfiguredMapperScannerRegistrar |
This will just scan the same base package as Spring Boot does.
|
| MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration |
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.
|
| MybatisPlusProperties |
Configuration properties for MyBatis.
|
| SpringBootVFS |