diff --git a/template/pom.xml b/template/pom.xml index a46edc4..76557f8 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -411,6 +411,16 @@ mybatis-plus-boot-starter 3.5.7 + {{- if eq .dbType "dm" }} + + dm + DmJdbcDriver + + + com.dameng + DmDialect-for-hibernate5.6 + + {{- end }}