s

sessionstore-spring-starter

一个用于将特定类型的数据和业务数据解耦并独立存储的spring-boot-starter,允许选择性地将数据存放到独立的Redis数据库中,基于Redisson实现,可以充分利用Redis的0~15号索引数据库
https://github.com/Weasley-J/sessionstore-spring-parent
GNU GENERAL PUBLIC LICENSE, Version 3
Weasley J
Files download
File Operation
sessionstore-spring-starter-1.0.1.jar download
sessionstore-spring-starter-1.0.1.pom download
sessionstore-spring-starter-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>sessionstore-spring-starter</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:sessionstore-spring-starter:1.0.1'
Gradle Kotlin
implementation("io.github.weasley-j:sessionstore-spring-starter:1.0.1")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "sessionstore-spring-starter" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='sessionstore-spring-starter', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="sessionstore-spring-starter" rev="1.0.1" />
Leiningen
[io.github.weasley-j/sessionstore-spring-starter "1.0.1"]
Apache Buildr
'io.github.weasley-j:sessionstore-spring-starter:jar:1.0.1'