- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar
- Enclosing class:
- MybatisAutoConfiguration
public static class MybatisAutoConfiguration.AutoConfiguredMapperScannerRegistrar
extends Object
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar
This will just scan the same base package as Spring Boot does. If you want more power, you can explicitly use
MapperScan but this will get typed mappers working correctly, out-of-the-box,
similar to using Spring Data JPA repositories.