@Configuration @ConditionalOnBean(value=org.apache.ibatis.session.SqlSessionFactory.class) @EnableConfigurationProperties(value=ApiBootMyBatisPageableProperties.class) @ConditionalOnClass(value=com.gitee.hengboy.mybatis.pageable.interceptor.MyBatisExecutePageableInterceptor.class) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class) public class ApiBootMybatisPageableAutoConfiguration extends Object
| 构造器和说明 |
|---|
ApiBootMybatisPageableAutoConfiguration(ApiBootMyBatisPageableProperties myBatisPageableProperties,
org.springframework.beans.factory.ObjectProvider<List<org.apache.ibatis.session.SqlSessionFactory>> interceptorsProvider,
org.springframework.beans.factory.ObjectProvider<com.gitee.hengboy.mybatis.pageable.config.PageableConfigurer> pageableConfigurerObjectProvider) |
public ApiBootMybatisPageableAutoConfiguration(ApiBootMyBatisPageableProperties myBatisPageableProperties, org.springframework.beans.factory.ObjectProvider<List<org.apache.ibatis.session.SqlSessionFactory>> interceptorsProvider, org.springframework.beans.factory.ObjectProvider<com.gitee.hengboy.mybatis.pageable.config.PageableConfigurer> pageableConfigurerObjectProvider)
Copyright © 2019. All rights reserved.