jar

com.github.WangJi92 : idempotent-spring-boot-starter

Maven & Gradle

Apr 14, 2021
20 stars

idempotent-spring-boot-starter · 幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制

Table Of Contents

Latest Version

Download com.github.WangJi92 : idempotent-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.WangJi92 : idempotent-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 idempotent-spring-boot-starter-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wangji92.springboot.idempotent.keygen

├─ com.wangji92.springboot.idempotent.keygen.LockKeyGenerator.class - [JAR]

com.wangji92.springboot.idempotent.annotation

├─ com.wangji92.springboot.idempotent.annotation.Idempotent.class - [JAR]

com.wangji92.springboot.idempotent.interceptor

├─ com.wangji92.springboot.idempotent.interceptor.IdempotentInterceptor.class - [JAR]

com.wangji92.springboot.idempotent

├─ com.wangji92.springboot.idempotent.IdempotentAutoConfiguration.class - [JAR]

├─ com.wangji92.springboot.idempotent.IdempotentProperties.class - [JAR]

com.wangji92.springboot.idempotent.utils

├─ com.wangji92.springboot.idempotent.utils.IpUtils.class - [JAR]

com.wangji92.springboot.idempotent.keygen.iml

├─ com.wangji92.springboot.idempotent.keygen.iml.CookieLockKeyResolver.class - [JAR]

├─ com.wangji92.springboot.idempotent.keygen.iml.DefaultLockKeyResolver.class - [JAR]

├─ com.wangji92.springboot.idempotent.keygen.iml.HeaderLockKeyResolver.class - [JAR]

├─ com.wangji92.springboot.idempotent.keygen.iml.IpLockKeyResolver.class - [JAR]

├─ com.wangji92.springboot.idempotent.keygen.iml.SessionIdLockKeyResolver.class - [JAR]

com.wangji92.springboot.idempotent.exception

├─ com.wangji92.springboot.idempotent.exception.IdempotentException.class - [JAR]

Advertisement