Browse Source

fix版本依赖

Eric 1 year ago
parent
commit
6ec2e1f161
1 changed files with 6 additions and 0 deletions
  1. 6 0
      cooleshow-auth/auth-server/pom.xml

+ 6 - 0
cooleshow-auth/auth-server/pom.xml

@@ -131,6 +131,12 @@
             <version>1.0</version>
             <scope>compile</scope>
         </dependency>
+        <!-- redisson -->
+        <dependency>
+            <groupId>org.redisson</groupId>
+            <artifactId>redisson-spring-boot-starter</artifactId>
+            <version>${redisson.version}</version>
+        </dependency>
     </dependencies>
 
     <build>