add dm dialect

This commit is contained in:
Looly
2024-02-22 12:03:59 +08:00
parent ae6054547a
commit 6cd11eeb9a
6 changed files with 156 additions and 3 deletions

View File

@@ -141,6 +141,12 @@
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.3.62</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>