Coder Social home page Coder Social logo

houbb / resubmit Goto Github PK

View Code? Open in Web Editor NEW
78.0 2.0 26.0 119 KB

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

License: Apache License 2.0

Batchfile 3.59% Shell 8.31% Java 88.10%
resubmission submit spring-boot springboot springboot2

resubmit's Introduction

生态社群

编号 名称 简介 标签
1 sensitive 基于注解的日志脱敏框架,更加优雅的日志打印 工具,日志
2 auto-log 日志自动输出 工具,日志
3 heaven 收集开发中常用的工具类 工具
4 resubmit 防止重复提交框架 工具
5 validator 新一代校验框架 工具
6 rate-limit 渐进式限流工具框架 工具
7 lock 开箱即用分布式锁 工具
8 lombok-ex 编译时注解框架,扩展 lombok 工具
9 csv CSV的读写工具 工具
10 iexcel EXCEL的读写工具,避免OOM 工具
11 leetcode 力扣算法个人学习笔记 学习
12 awesome-metaverse-zh 元宇宙精选 学习
13 rpc 手写rpc框架 学习,中间件
14 mybatis 手写mybatis框架 学习,中间件,ORM
15 hibernate 手写hibernate框架 学习,中间件,ORM
16 jdbc-pool 手写数据库连接池实现 学习,中间件,ORM
17 cache 手写redis框架 学习,中间件
18 mq 手写mq框架 学习,中间件
19 ioc 手写spring ioc框架 学习,中间件
20 mvc 手写spring mvc框架 学习,中间件
21 async 手写线程池异步框架 学习,中间件
22 sisyphus 支持注解的重试框架 学习,中间件
23 sandglass 任务调度时间框架 学习,中间件
24 segment 基于结巴的分词实现 NLP
25 pinyin 高性能中文转拼音工具 NLP
26 opencc4j 中文繁简体转换 NLP
27 word-checker 中英文拼写检测 NLP
28 sensitive-word 敏感词 NLP
29 nlp-hanzi-similar 汉字相似度 NLP
30 word-cloud 好用的词云工具 DOC
31 markdown-toc 为文档生成目录 DOC
32 idoc 项目自动生成文档 DOC
33 data-factory 测试自动生成对象信息 TEST
34 junitperf 性能测试框架,测试报告生成 TEST
35 houbb.github.io 个人博客 学习
36 nginx4j nginx java 版本 WEB 容器
37 minicat 简易版本 tomcat WEB 容器

resubmit's People

Contributors

dependabot[bot] avatar houbb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resubmit's Issues

log问题

能不能有配置把这几个log去掉或者设置为debug级别
[Cache] 开始清理过期数据
[Cache] 结束清理过期数据
设置 cache 信息, key: 05A0FF03B2F109E3F13090B666E39144, ttl: 5000
[Cache] 移除 key: 05A0FF03B2F109E3F13090B666E39144
Param is empty, return empty

应该有并发问题吧?

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

直接使用 resubmit-core 无效

我在项目pom中引用了

    <dependency>
        <groupId>com.github.houbb</groupId>
        <artifactId>resubmit-core</artifactId>
        <version>1.0.0</version>
    </dependency>

@GetMapping 下 引入 @resubmit(5000)
使用postmain发送请求,频繁点击send。每次都请求成功

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.