s

sa-plugin-redis-spring-boot-starter

用于支持Sa-Token的独立Session数据存储方案,与业务缓存解耦,使用Redis进行数据存储
https://github.com/Weasley-J/sa-plugin-redis-spring-boot-parent
GNU GENERAL PUBLIC LICENSE, Version 3
Weasley J
Files download
File Operation
sa-plugin-redis-spring-boot-starter-1.0.0.jar download
sa-plugin-redis-spring-boot-starter-1.0.0.pom download
sa-plugin-redis-spring-boot-starter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>sa-plugin-redis-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:sa-plugin-redis-spring-boot-starter:1.0.0'
Gradle Kotlin
implementation("io.github.weasley-j:sa-plugin-redis-spring-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "sa-plugin-redis-spring-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='sa-plugin-redis-spring-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="sa-plugin-redis-spring-boot-starter" rev="1.0.0" />
Leiningen
[io.github.weasley-j/sa-plugin-redis-spring-boot-starter "1.0.0"]
Apache Buildr
'io.github.weasley-j:sa-plugin-redis-spring-boot-starter:jar:1.0.0'