From 4952f7dcdb12d2ffa73c74626a6a839204ec74ec Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 29 六月 2021 15:17:35 +0800 Subject: [PATCH] !61 update ruoyi-common/src/main/java/com/ruoyi/common/utils/DictUtils.java. Merge pull request !61 from 陆继保/N/A --- ruoyi-common/pom.xml | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index ff210d5..e2cbd39 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -146,10 +146,15 @@ <artifactId>redisson-spring-boot-starter</artifactId> </dependency> - <!--jaxb--> + <!-- dynamic-datasource 澶氭暟鎹簮--> <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + </dependency> + + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>lock4j-redisson-spring-boot-starter</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3