MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

多数据源分页不可用

Open wm3445 opened this issue 9 years ago • 0 comments

项目用的springboot

 <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.1.0</version>
        </dependency>

只有主数据库可以使用到分页插件,其他数据源不进行分页。

wm3445 avatar Mar 15 '17 03:03 wm3445