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>

springboot中com.github.pagehelper找不到包springboot中com.github.pagehelper找不到包

回答

idea啥版本看下是不是一个问题。
https://blog.csdn.net/qq_18630487/article/details/106916572#comments_13418662

以上是 springboot中com.github.pagehelper找不到包 的全部内容, 来源链接: utcz.com/a/58701.html

回到顶部