yudiandemingzi / springboot-redis-caffeine-cache
Caffeine + Redis实现二级缓存框架。支持动态配置是否开启一级缓存、二级缓存。支持多个节点部署,多节点之间一级缓存通过redis订阅/发布功能来通知其他节点进行清理缓存的操作。
☆76Updated 2 years ago
Alternatives and similar repositories for springboot-redis-caffeine-cache:
Users that are interested in springboot-redis-caffeine-cache are comparing it to the libraries listed below
- spring cache 多级缓存扩展☆258Updated 2 years ago
- 🔥轻量级Java规则引擎☆125Updated 8 months ago
- spring boot idempotent starter☆151Updated 2 months ago
- mica-auto 使用注解自动生成 java spi 和 Spring boot 的配置。🔝🔝 记得右上角点个star 关注更新!☆196Updated 3 months ago
- pie是一个可快速上手的责任链框架☆86Updated 10 months ago
- The repeat submit tool for java.(java 防止重复提交框架,支持注解。支持 spring, springboot 整合。)☆80Updated 2 years ago
- 使用注解优雅的记录系统日志,操作日志等,并通过数据管道传递至数据库,消息队列。 附完整Demo项目。☆43Updated 10 months ago
- 专门为SpringBoot项目设计的幂等组件,让天下没有难写的防重代码。 基于控制时间两种防重策略 策略一: 滑动窗口策略 每次请求设置当前请求的控制时间,控制时间内请求均会被拦截。 策略二: 固定窗口策略 仅仅为第一次请求生成一个控制时间,控制时间内相同的请求会…☆156Updated last year
- 《深入理解 Spring Cloud 与实战》配套示例代码☆132Updated 2 years ago
- easy-log是基于SpringBoot的一款通用操作日志组件,它指在帮助我们通过注解优雅地聚合项目中的操作日志,对业务代码无侵入。☆87Updated last year
- double cache used in springBoot project☆54Updated 2 years ago
- 自研应用框架,开箱即用,零侵入性接入,遵循 Spring 官方的模块化管理,保证业务依赖可选项。☆306Updated last week
- Maven Atchetype,implements the layered application architecture of Domain Driven Design(DDD)☆65Updated 2 months ago
- 微服务日志链路追踪☆63Updated 3 years ago
- 本项目结合COLA(整洁面向对象分层架构)4.0 实现