From e4a6e5ef199f4a021c5cfce7c898fce0ce6290ba Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 21 Dec 2020 16:32:00 +0800
Subject: [PATCH] 支持多数据源切换
---
ruoyi-modules/ruoyi-system/pom.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 4d6fd94..e97d504 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -54,7 +54,13 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>
- <!-- RuoYi Common Datascope -->
+ <!-- RuoYi Common DataSource -->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>ruoyi-common-datasource</artifactId>
+ </dependency>
+
+ <!-- RuoYi Common DataScope -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-datascope</artifactId>
--
Gitblit v1.9.3