From 91832e2ae34b13096c921667495d72e33fcb8fb4 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 6 Nov 2023 21:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=AA=E5=BC=95=E5=85=A5=20mysql=20driver=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E6=89=93=E5=8C=85=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml index e40171584..33ccd0437 100644 --- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml @@ -36,18 +36,22 @@ com.oracle.database.jdbc ojdbc8 + true org.postgresql postgresql + true com.microsoft.sqlserver mssql-jdbc + true com.dameng DmJdbcDriver18 + true