新增:达梦数据库驱动,KeyGenerator

This commit is contained in:
LiuZijian
2023-05-09 14:03:45 +08:00
parent 6ac96facf6
commit 8ec0be01a8
3 changed files with 15 additions and 5 deletions

View File

@ -45,7 +45,10 @@
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>