🎃Rate limit for java.(java 渐进式限流工具框架,支持 spring springboot 字节码)
☆36Jun 2, 2025Updated 11 months ago
Alternatives and similar repositories for rate-limit
Users that are interested in rate-limit are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ⭐Collect basic useful tools for java dev.(收集开发中常用的工具类)☆45Oct 12, 2024Updated last year
- The csv read/write tool based on java annotation.(基于 java 注解的 CSV 文件读写框架工具。)☆26Nov 28, 2023Updated 2 years ago
- vue chrome extension template (chrome浏览器扩展模板-Vue)☆24May 19, 2025Updated last year
- CRPC(轻量级的RPC框架🎄)是一款专为简化分布式系统中的远程过程调用(RPC)而设计的高性能框架。我们的目标是提供一个可靠、易于使用的工具,以帮助开发人员构建分布式应用程序,同时降低跨网络通信的复杂性。 CRPC的特点包括: 🚀 高性能:CRPC经过精心优化,以…☆19Feb 2, 2024Updated 2 years ago
- The mini tomcat.(手写从零实现简易版 tomcat。别称【嗅虎】心有猛虎,轻嗅蔷薇。)☆39May 8, 2024Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- ☆10Mar 6, 2016Updated 10 years ago
- spring框架集成系列demo☆12May 27, 2018Updated 7 years ago
- 前后端分离的微服务、高并发、高可用客户端秒杀系统和后台管理系统☆65Sep 12, 2025Updated 8 months ago
- Mock Http Server with zero dependencies☆22May 13, 2026Updated last week
- OpenDefi Android web3j☆14Aug 16, 2022Updated 3 years ago
- It is a langchain4j LLM demo of petclinic☆15Apr 23, 2026Updated 3 weeks ago
- Compress long exception traces down to short signatures☆19Mar 28, 2022Updated 4 years ago
- 🦄The async tool for java.(Java 多线程异步并行框架,基于 java 字节码,支持注解。)☆32Nov 30, 2022Updated 3 years ago
- java sequence util ,hight performance ,lock free.work with mysql,postgresql,redis,mongodb.☆18Nov 4, 2024Updated last year
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- a universal, extendable Java interface for crypto exchange APIs☆14Mar 9, 2016Updated 10 years ago
- 使用Java开发的自定义日志组件,开箱即用!其中涉及到简单工厂模式、策略模式、自定义注解、Spring Event等技术点,让我们一起共勉!☆15Dec 19, 2025Updated 5 months ago
- Java 资源加载器,充分拓展ClassLoader#getResources(name)的能力,实现递归加载,支持普通风格 / 包名风格 / ANT风格 / 正则风格路径的资源加载同时支持自定义过滤器,通常作为框架的基础类库。☆54May 23, 2019Updated 6 years ago
- Java Swing extensions☆21Oct 9, 2023Updated 2 years ago
- Android app for learning IPA and American English pronunciation☆15Sep 2, 2022Updated 3 years ago
- MPC-TSS is a project to demonstrate the working of our threshold signature scheme leveraging the security of X1 hardware wallet☆13Feb 24, 2024Updated 2 years ago
- Spring cloud实现直播搭建☆11Oct 12, 2022Updated 3 years ago
- 🚀🚀🚀MindMark(心印)是一款基于 SpringAI 的 RAG 系统,可以和基于 Spring 体系的业务系统进行无缝集成。请不要吝惜你的⭐️ Star ⭐️,星星越多,动力越足。☆20Mar 9, 2025Updated last year
- Coding with SQL/DB is just like coding with Collections☆20Updated this week
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- A Jmeter SockJS Stomp Sampler☆11Nov 16, 2022Updated 3 years ago
- springcloud微服务体系的java客户端生成方案☆10Sep 7, 2020Updated 5 years ago
- A UDP based network protocol designed to fit the needs of games.☆23Dec 7, 2015Updated 10 years ago
- 太牛逼了!抖音,快手,全民,西瓜,火山,B站,美拍,好看,微视,西瓜,等..支持各大平台小视频批量下载采集一键搬运去水印改MD5消重,批量下载,图片,标题,喜欢,点赞量,关注,批量关键词批量搜索查找等..本人亲测功能非常强大。老铁们赶紧下载体验吧!太牛B了自从用了这个软件后…☆13Jun 7, 2021Updated 4 years ago
- Generate SVG images using Python with traditional Japanese colors☆22Oct 22, 2017Updated 8 years ago
- ☆13Aug 1, 2024Updated last year
- 🔐Sensitive log tool for java, based on java annotation. (基于注解的 java 日志脱敏工具框架,更加优雅的日志打印。支持自定义哈希、支持基于 log4j2 插件的统一脱敏、支持 logback 插件统一脱敏)☆705May 18, 2025Updated last year
- Example of using swagger-maven-plugin with Spring MVC annotations (https://github.com/kongchen/swagger-maven-plugin)☆13Mar 7, 2016Updated 10 years ago
- Internet Explorer on Linux☆24Aug 1, 2011Updated 14 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- Java面试题系列——Spring 示例代码☆12Dec 16, 2022Updated 3 years ago
- 线上支付满减,满额折扣,满额送商品促销活动解决方案☆17Jun 2, 2015Updated 10 years ago
- A thread-safe vector database for model inference inside LMDB.☆16Apr 7, 2026Updated last month
- 基于 Spring Boot rabbitmq redis mysql 的电商秒杀系统☆14Jun 21, 2022Updated 3 years ago
- es-api:es整合springboot,常用api测试;es-jd:仿京东商城,使用es海量数据搜索以及高亮显示;es-elk:分布式日志收集系统---ELK是ElasticSearch、Logstash、Kibana三大开源框架首字母大写简称☆10Jan 2, 2021Updated 5 years ago
- Builds the JNI libraries for the jansi project☆33Dec 1, 2020Updated 5 years ago