From ccbba1080f0d86c383fde2077a6231a0952b692a Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 17 Jan 2025 15:20:15 +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 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/template/pom.xml b/template/pom.xml index 11ddc83..a46edc4 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -375,9 +375,8 @@ org.hibernate hibernate-core ${hibernate.version} - - - {{- if eq .dbType "dm" }} + + {{- if eq .dbType "dm" }} dm DmJdbcDriver @@ -388,7 +387,8 @@ DmDialect-for-hibernate5.6 ${db.hiernate.dialect.version} - {{- end }} + {{- end }} + @@ -406,13 +406,11 @@ log4j-core 2.17.0 - com.baomidou mybatis-plus-boot-starter 3.5.7 -