Browse Source

降低redisson版本

Guos 3 days ago
parent
commit
dea5ebaefd
1 changed files with 7 additions and 1 deletions
  1. 7 1
      fs-user-app/pom.xml

+ 7 - 1
fs-user-app/pom.xml

@@ -113,7 +113,13 @@
         <dependency>
             <groupId>org.redisson</groupId>
             <artifactId>redisson-spring-boot-starter</artifactId>
-            <version>3.23.2</version>
+            <version>3.16.8</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.data</groupId>
+                    <artifactId>spring-data-redis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
     </dependencies>