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.2.jar download
sa-plugin-redis-spring-boot-starter-1.0.2.pom download
sa-plugin-redis-spring-boot-starter-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>sa-plugin-redis-spring-boot-starter</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:sa-plugin-redis-spring-boot-starter:1.0.2'
Gradle Kotlin
implementation("io.github.weasley-j:sa-plugin-redis-spring-boot-starter:1.0.2")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "sa-plugin-redis-spring-boot-starter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='sa-plugin-redis-spring-boot-starter', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="sa-plugin-redis-spring-boot-starter" rev="1.0.2" />
Leiningen
[io.github.weasley-j/sa-plugin-redis-spring-boot-starter "1.0.2"]
Apache Buildr
'io.github.weasley-j:sa-plugin-redis-spring-boot-starter:jar:1.0.2'