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 }}