From f457b3435cc4e348d26e7e163dc0282792a4df88 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Tue, 14 Dec 2021 23:56:34 +0800 Subject: [PATCH] add dynamic-datasource --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 363cab4..ff80975 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 3.4.3.4 + 3.5.0 1.2.8 @@ -252,6 +253,11 @@ mybatis-plus-boot-starter ${mybatis-plus.version} + + com.baomidou + dynamic-datasource-spring-boot-starter + ${dynamic-datasource.version} + com.alibaba druid -- GitLab