Browse Source

1.新增分页插件

dev_shibei_match
wxz 5 years ago
parent
commit
465ab1f401
  1. 7
      epmet-commons/epmet-commons-mybatis/pom.xml

7
epmet-commons/epmet-commons-mybatis/pom.xml

@ -63,6 +63,13 @@
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
</dependency> </dependency>
<!--分页插件-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.12</version>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save