解决方法
原maven依赖
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.0.3</version>
</dependency>
修改后的maven依赖
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.2</version>
</dependency>
博客介绍了MyBatis相关问题的解决方法,主要涉及原Maven依赖以及修改后的Maven依赖内容,为解决MyBatis使用中可能出现的问题提供思路。
1万+

被折叠的 条评论
为什么被折叠?



