Commit Graph

5 Commits

Author SHA1 Message Date
吴泽威
7e8a15ae8a perf: 删除多余依赖,格式化代码
删除幂等模块的 springboot-aop 依赖
删除 web 模块的 springboot-Validation 依赖
2025-04-01 16:48:16 +08:00
f50b511513 refactor(idempotent):调整 @Idempotent 注解的默认超时时间 2025-03-18 20:21:06 +08:00
2b3de0c67e refactor(ratelimiter): 将限流相关代码从 security 模块中分离,创建独立的 ratelimiter 模块
修复部分幂等配置错误
2025-03-17 21:53:26 +08:00
27a71cf076 refactor(idempotent): 重构幂等模块并支持 Redisson 缓存 2025-03-17 21:25:21 +08:00
Gyq灬明
199df874e5 feat(idempotent): 新增幂等模块
实现内存/redis 模式幂等(默认内存模式)
2025-03-10 06:37:56 +00:00