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} +