jar

com.github.spt-oss : spring-boot-starter-data-redis-plus

Maven & Gradle

May 22, 2018
Table Of Contents

Latest Version

Download com.github.spt-oss : spring-boot-starter-data-redis-plus JAR file - Latest Versions:

All Versions

Download com.github.spt-oss : spring-boot-starter-data-redis-plus JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
0.5.x
0.4.x
0.2.x
0.1.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 spring-boot-starter-data-redis-plus-2.0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.boot.autoconfigure.cache

├─ org.springframework.boot.autoconfigure.cache.XCacheAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.cache.XCacheProperties.class - [JAR]

├─ org.springframework.boot.autoconfigure.cache.XRedisCacheConfiguration.class - [JAR]

org.springframework.cache.interceptor

├─ org.springframework.cache.interceptor.XRedisKeyGenerator.class - [JAR]

org.springframework.data.redis.cache

├─ org.springframework.data.redis.cache.XMockRedisCacheManager.class - [JAR]

├─ org.springframework.data.redis.cache.XMockRedisCacheWriter.class - [JAR]

├─ org.springframework.data.redis.cache.XRedisCacheManager.class - [JAR]

org.springframework.cache.annotation

├─ org.springframework.cache.annotation.XCacheParam.class - [JAR]

org.springframework.data.redis.serializer

├─ org.springframework.data.redis.serializer.XSimpleJackson2JsonRedisSerializer.class - [JAR]

org.springframework.boot.autoconfigure.data.redis

├─ org.springframework.boot.autoconfigure.data.redis.XLettuceConnectionConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.data.redis.XRedisAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.data.redis.XRedisProperties.class - [JAR]

Advertisement