jar

io.github.weasley-j : sessionstore-spring-starter

Maven & Gradle

Aug 10, 2023
1 stars

sessionstore-spring-starter · 一个用于将特定类型的数据和业务数据解耦并独立存储的spring-boot-starter,允许选择性地将数据存放到独立的Redis数据库中,基于Redisson实现,可以充分利用Redis的0~15号索引数据库

Table Of Contents

Latest Version

Download io.github.weasley-j : sessionstore-spring-starter JAR file - Latest Versions:

All Versions

Download io.github.weasley-j : sessionstore-spring-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sessionstore-spring-starter-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.weasleyj.sessionstore.config

├─ io.github.weasleyj.sessionstore.config.SessionStoreConfiguration.class - [JAR]

├─ io.github.weasleyj.sessionstore.config.SessionStoreRedisProperties.class - [JAR]

io.github.weasleyj.sessionstore

├─ io.github.weasleyj.sessionstore.EnableSessionStore.class - [JAR]

├─ io.github.weasleyj.sessionstore.Version.class - [JAR]

io.github.weasleyj.sessionstore.support

├─ io.github.weasleyj.sessionstore.support.CodecSupport.class - [JAR]

├─ io.github.weasleyj.sessionstore.support.RedissonClientHelper.class - [JAR]

├─ io.github.weasleyj.sessionstore.support.SessionStoreApplicationContextProvider.class - [JAR]