@Configuration @EnableConfigurationProperties(value=MybatisProperties.class) public class MybatisConfiguration extends Object
| 构造器和说明 |
|---|
MybatisConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.zaxxer.hikari.HikariDataSource |
hikariDataSource() |
com.github.pagehelper.PageInterceptor |
pageInterceptor() |
org.apache.ibatis.session.SqlSessionFactory |
sqlSessionFactory(com.zaxxer.hikari.HikariDataSource hikariDataSource,
com.github.pagehelper.PageInterceptor pageInterceptor) |
@Bean(destroyMethod="close") public com.zaxxer.hikari.HikariDataSource hikariDataSource()
@Bean public com.github.pagehelper.PageInterceptor pageInterceptor()
@Bean
public org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory(com.zaxxer.hikari.HikariDataSource hikariDataSource,
com.github.pagehelper.PageInterceptor pageInterceptor)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.