Browse Source

so-token集成redis:https://sa-token.cc/doc.html#/up/integ-redis

skyline 2 years ago
parent
commit
125430f0f9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      common/pom.xml

+ 6 - 0
common/pom.xml

@@ -75,6 +75,12 @@
             <artifactId>sa-token-spring-boot3-starter</artifactId>
             <version>1.35.0.RC</version>
         </dependency>
+        <!-- sa-token 集成redis-->
+        <dependency>
+            <groupId>cn.dev33</groupId>
+            <artifactId>sa-token-redis-jackson</artifactId>
+            <version>1.35.0.RC</version>
+        </dependency>
 
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>