Springboot+PageHelper实现分页
1.工程搭建
导入依赖
<!--jdbc-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<!--加载springboot-web-->
<dependency>
...
原创
2020-06-13 12:49:56 ·
461 阅读 ·
0 评论