添加海量数据库驱动

This commit is contained in:
hzj
2025-11-25 13:57:51 +08:00
parent 2dd67f9e3a
commit ff1351b107
2 changed files with 11 additions and 0 deletions

View File

@@ -57,6 +57,11 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!--vastbase驱动用postgresql-->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<!--达梦驱动-->
<dependency>
<groupId>com.dameng</groupId>