MyBatis-Spring-Boot
MyBatis-Spring-Boot copied to clipboard
多数据源分页不可用
项目用的springboot
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
只有主数据库可以使用到分页插件,其他数据源不进行分页。