jar

com.vaulka.kit : web-redis-spring-boot-starter

Maven & Gradle

Aug 10, 2023
3 stars

spring-tookit · Spring 增强套件

Table Of Contents

Latest Version

Download com.vaulka.kit : web-redis-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.vaulka.kit : web-redis-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 web-redis-spring-boot-starter-3.1.2-beta-2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.vaulka.kit.web.redis.properties

├─ com.vaulka.kit.web.redis.properties.DistributedLockProperties.class - [JAR]

├─ com.vaulka.kit.web.redis.properties.PreventDuplicationProperties.class - [JAR]

├─ com.vaulka.kit.web.redis.properties.RateLimitProperties.class - [JAR]

com.vaulka.kit.web.redis.aspect.before

├─ com.vaulka.kit.web.redis.aspect.before.PreventDuplicationAspect.class - [JAR]

├─ com.vaulka.kit.web.redis.aspect.before.RateLimitAspect.class - [JAR]

com.vaulka.kit.web.redis.handler

├─ com.vaulka.kit.web.redis.handler.PreventDuplicationHandler.class - [JAR]

├─ com.vaulka.kit.web.redis.handler.RateLimitHandler.class - [JAR]

com.vaulka.kit.web.redis.aspect.afterreturning

├─ com.vaulka.kit.web.redis.aspect.afterreturning.CacheRemoveAspect.class - [JAR]

com.vaulka.kit.web.redis.aspect.around

├─ com.vaulka.kit.web.redis.aspect.around.DistributedLockAspect.class - [JAR]

com.vaulka.kit.web.redis.autoconfigure

├─ com.vaulka.kit.web.redis.autoconfigure.WebRedisCacheAutoConfiguration.class - [JAR]

com.vaulka.kit.web.redis.utils

├─ com.vaulka.kit.web.redis.utils.SpElUtils.class - [JAR]

com.vaulka.kit.web.redis.annotation

├─ com.vaulka.kit.web.redis.annotation.CacheRemove.class - [JAR]

├─ com.vaulka.kit.web.redis.annotation.DistributedLock.class - [JAR]

├─ com.vaulka.kit.web.redis.annotation.PreventDuplication.class - [JAR]

├─ com.vaulka.kit.web.redis.annotation.RemoveCaching.class - [JAR]

com.vaulka.kit.web.redis.script

├─ com.vaulka.kit.web.redis.script.RedisRateLimitScript.class - [JAR]