管理端存储添加 PostgreSQL 数据库支持。

This commit is contained in:
Yang Jing
2020-07-02 16:14:23 +08:00
parent 5e24f6b044
commit dc5949d497
5 changed files with 372 additions and 43 deletions

View File

@@ -43,5 +43,9 @@
<artifactId>mariadb-java-client</artifactId>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>
</project>