From e1be6ce6d10c61a8250c33a2dcf7f45722467c78 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期三, 20 七月 2022 18:30:59 +0800
Subject: [PATCH] 移除Redis可以切换数据库

---
 pom.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index f759c02..03e7429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,13 +285,6 @@
             <version>1.5.0-RC2</version>
         </dependency>
 
-        <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter -->
-        <dependency>
-            <groupId>org.redisson</groupId>
-            <artifactId>redisson-spring-boot-starter</artifactId>
-        </dependency>
-
-
         <!-- redis -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

--
Gitblit v1.8.0