From e100b0b940d4ffa42c302ac56d32f69ada4d82bf Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 22 Dec 2020 09:30:07 +0800
Subject: [PATCH] 增加分布式文件Minio支持
---
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