达梦数据库驱动

This commit is contained in:
shih
2026-04-11 17:58:47 +08:00
parent 40fd80192d
commit bc902e2da2
2 changed files with 10 additions and 3 deletions

View File

@@ -48,6 +48,11 @@
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module-biz</artifactId>
</dependency>
<!-- 达梦数据库驱动 -->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
</dependency>
</dependencies>
<build>