Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<maven.compiler.target>8</maven.compiler.target>
<!-- 驱动小版本不同时,可能会造成某些操作异常(读取超长CLOB,TEXT),
需要使用达梦安装目录下drivers/jdbc下的驱动 -->
<jdbc.dm.version>8.1.2.114</jdbc.dm.version> <!--8.1.2.79-->
<jdbc.dm.version>8.1.2.192</jdbc.dm.version> <!--8.1.2.79-->
</properties>

<dependencies>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>${jdbc.dm.version}</version>
<scope>system</scope>
<systemPath>${basedir}/lib/DmJdbcDriver18.jar</systemPath>
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/lib/DmJdbcDriver18.jar</systemPath>-->
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
Expand Down
Loading