From 81897d0b04a16ac9bef69b6abb58f9ee71696927 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 22 六月 2021 13:43:20 +0800 Subject: [PATCH] update 更新多数据源演示案例 --- ruoyi-common/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index ff210d5..39c7b8e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -146,10 +146,10 @@ <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> </dependencies> -- Gitblit v1.9.3