From 82a9b41ba00d259c6c26b8a626665e5aae4a524c Mon Sep 17 00:00:00 2001 From: halo Date: Mon, 15 Dec 2025 15:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=80=89=E6=8B=A9=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/pom.xml | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/template/pom.xml b/template/pom.xml index a3d47c1..796070d 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -199,11 +199,36 @@ mybatis-plus-core 3.5.7 - - mysql - mysql-connector-java - 8.0.26 - + {{- if eq .dbType "dm" }} + + dm + DmJdbcDriver + 18 + + + com.dameng + DmDialect-for-hibernate5.6 + 8.1.3.140 + + {{- else if eq .dbType "mysql" }} + + mysql + mysql-connector-java + 8.0.27 + + {{- else if eq .dbType "postgresql" }} + + org.postgresql + postgresql + 42.6.2 + + {{- else if eq .dbType "oracle" }} + + com.oracle + ojdbc8 + 12.2.0.1 + + {{- end }} jakarta.annotation jakarta.annotation-api