|
@ -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> |
|
|