idea啥版本看下是不是一个问题。
https://blog.csdn.net/qq_18630487/article/details/106916572#comments_13418662
springboot中com.github.pagehelper找不到包
<!--分页插件-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.1.10</version>
</dependency>
<!--分页-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.12</version>
</dependency>
- 点赞
- 写回答
- 关注问题
- 收藏
- 复制链接分享
- 邀请回答
5条回答
为你推荐
- springboot中com.github.pagehelper找不到包
- java
- maven
- spring
- tomcat
- intellij-idea
- 5个回答
- gradle+spring boot+mybatis+PageHelper 分页无效
- pagehelper
- mybatis
- mysql
- 2个回答
- 关于SpringBoot+myBatis实体的字段返回前端后格式变化的问题
- java
- spring
- 7个回答