更换驱动

This commit is contained in:
JEECG
2025-06-25 09:43:52 +08:00
parent ece92ffc41
commit 484b1d0a71

View File

@@ -144,14 +144,14 @@
<!-- 达梦驱动-->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>1.0</version>
<artifactId>Dm8JdbcDriver18</artifactId>
<version>8.1.1.49</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmDialectForHibernate</artifactId>
<version>5.3</version>
<artifactId>DmDialect-for-hibernate5.0</artifactId>
<version>8.1.4.6</version>
<scope>runtime</scope>
</dependency>
<!-- sqlite-->
@@ -198,9 +198,9 @@
</dependency>
<!--人大金仓-->
<dependency>
<groupId>kingbase</groupId>
<groupId>org.jeecgframework</groupId>
<artifactId>kingbase8</artifactId>
<version>8</version>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>
<!-- ============================数据库驱动========================== -->