@Configuration public class MybatisMapperAutoConfiguration extends Object implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.BeanFactoryAware
| 构造器和说明 |
|---|
MybatisMapperAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.mybatis.spring.mapper.MapperScannerConfigurer |
mapperScannerConfigurer() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwarepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansException@Bean public org.mybatis.spring.mapper.MapperScannerConfigurer mapperScannerConfigurer()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.