程序包 com.baomidou.mybatisplus.autoconfigure
Spring Boot Stater
-
接口概要 接口 说明 ConfigurationCustomizer Callback interface that can be customized aMybatisConfigurationobject generated on auto-configuration.MybatisPlusPropertiesCustomizer Callback interface that can be customized aMybatisPlusPropertiesobject generated on auto-configuration. -
类概要 类 说明 MybatisPlusAutoConfiguration Auto-Configurationfor 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.MybatisPlusLanguageDriverAutoConfiguration Auto-Configurationfor MyBatis's scripting language drivers.MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration Configuration class for mybatis-freemarker 1.2.x or above.MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration Configuration class for mybatis-freemarker 1.1.x or under.MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration Configuration class for mybatis-velocity 2.1.x or above.MybatisPlusProperties Configuration properties for MyBatis.SafetyEncryptProcessor 安全加密处理器SpringBootVFS