@Configuration
@ConditionalOnBean(value=org.apache.ibatis.session.SqlSessionFactory.class)
@EnableConfigurationProperties(value={PageHelperProperties.class,PageHelperStandardProperties.class})
@AutoConfigureAfter(value=org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration.class)
@Lazy(value=false)
public class PageHelperAutoConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
PageHelperAutoConfiguration(List<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactoryList,
PageHelperStandardProperties standardProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
public PageHelperAutoConfiguration(List<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactoryList, PageHelperStandardProperties standardProperties)
Copyright © 2023. All rights reserved.