
ssm框架中使用pagehelper分页
pom.xml中引入 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <...
pom.xml中引入 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <...
整体结构  基本的配置 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven....