resubmit icon indicating copy to clipboard operation
resubmit copied to clipboard

The repeat submit tool for java.(java 防止重复提交框架,支持注解。支持 spring, springboot 整合。)

Results 2 resubmit issues
Sort by recently updated
recently updated
newest added

`cache.contains(fullKey)`和` cache.set(fullKey, "1", expireMills)`这两个操作不是原子的,感觉直接用redisson的`tryLock(0,expireMills,TimeUnit.MILLISECONDS)`就挺好。

我在项目pom中引用了 com.github.houbb resubmit-core 1.0.0 在@GetMapping 下 引入 @Resubmit(5000) 使用postmain发送请求,频繁点击send。每次都请求成功