@EnableConfigurationProperties(value=MybatisxConfig.class) @ConditionalOnClass(value=org.mayanjun.mybatisx.dal.dao.BasicDAO.class) @AutoConfigureAfter(value=org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration.class) public class MybatisxAutoConfiguration extends Object implements org.springframework.context.ResourceLoaderAware
| Constructor and Description |
|---|
MybatisxAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BasicDAO |
dao() |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
@Bean @ConditionalOnMissingBean(value=org.mayanjun.mybatisx.dal.dao.BasicDAO.class) public BasicDAO dao() throws Exception
Exceptionpublic void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader in interface org.springframework.context.ResourceLoaderAwareCopyright © 2020. All rights reserved.