From af0befdae9fb9a0c7c638ce1af9690f6847e5bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Thu, 15 Jun 2023 20:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 4983adc..64c8d98 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,8 @@ UTF-8 17 3.5.3.1 + 3.6.1 + 3.21.3 8.1.2.79 4.1.0 5.8.11 @@ -47,6 +49,7 @@ 3.2.1 3.3.0 2.1.11 + 2.14.2 @@ -73,6 +76,16 @@ ${mybatisplus.version} + com.baomidou + dynamic-datasource-spring-boot-starter + ${dynamic-datasource.version} + + + org.redisson + redisson-spring-boot-starter + ${redisson.version} + + com.dameng DmJdbcDriver18 ${dameng.version} @@ -157,6 +170,11 @@ easy-trans-mybatis-plus-extend ${easytrans.version} + + com.alibaba + transmittable-thread-local + ${transmittable.thread.local.version} +