plugin: add pgsql dirver

This commit is contained in:
马良 2022-09-27 23:38:09 +08:00
parent fdf2cf5d3f
commit 875b7f3365

View File

@ -89,6 +89,11 @@
<artifactId>datacap-plugin-jdbc-redis</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.datacap.plugin.jdbc</groupId>
<artifactId>datacap-plugin-jdbc-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>