From 4747bd16f87e82fc41fd3091833c0f6687e5703f Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 17 Jan 2025 10:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 支持达梦数据库 --- template/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/template/pom.xml b/template/pom.xml index 22332af..11ddc83 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -80,6 +80,10 @@ 1.0-SNAPSHOT 1.0-SNAPSHOT 1.0.0-SNAPSHOT + {{- if eq .dbType "dm" }} + 18 + 8.1.3.140 + {{- end }} @@ -373,6 +377,18 @@ ${hibernate.version} + {{- if eq .dbType "dm" }} + + dm + DmJdbcDriver + ${dm.driver.version} + + + com.dameng + DmDialect-for-hibernate5.6 + ${db.hiernate.dialect.version} + + {{- end }}