codefocus-club / codefocus-projectLinks
自定义分布式链路追踪traceId、基于YML动态配置创建Rabbit、基于YML动态配置Redis,集成Spring Cache,增加二级缓存caffeine,优化keys及scan命令,    过期时间扩展,使用方式和Spring Cache完全一样,支持其它更多的功能
☆12Updated 2 years ago
Alternatives and similar repositories for codefocus-project
Users that are interested in codefocus-project are comparing it to the libraries listed below
Sorting:
- 秒杀系统的实现与详解,相关的详细文档请前往GitBook https://gitbook.cn/gitchat/activity/5bff4c9f442cad45a51fee92☆17Updated 6 years ago
 - redislock-spring-boot-starter 是一个基于redis实现的分布式注解锁的工具!☆24Updated 2 years ago
 - 基于Okhttp实现微信支付v3接口的SDK☆21Updated 3 months ago
 - 个人学习xxl-job源码 核心部分加上了中文注释☆16Updated 7 years ago
 - Springcloud gateway 的样例工程, 封装了一些常用的网关功能,如鉴权,数据级权限控制,验签,动态路由,日志,流控,降级等☆21Updated 3 years ago
 - logging-aspect 项目中日志收集实现AOP 和 Listener两种全局实现☆10Updated 7 years ago
 - 基于SpringCloud-Gateway的动态网关,可视化的路由配置,请多多 star☆13Updated 2 years ago
 - spring cloud alibaba Integrate everything demo Nacos服务发现 Ribbon 负载均衡 Feign Nacos 配置中心 Spring cloud Gateway API网关 Apache RocketMQ 消息通信 Sp…☆13Updated 6 years ago
 - JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15Updated 8 years ago
 - ☆43Updated 2 years ago
 - squirrel-foundation实现的状态机demo☆15Updated 7 years ago
 - 基于redis的分布式锁,适用于秒杀,自增ID等web分布式开发场景☆11Updated 8 years ago
 - 多级缓存框架-一级缓存caffeine 二级缓存redis☆17Updated 2 years ago
 - 线程池+消息队列缓存 批量处理高并发任务☆13Updated 6 years ago
 - 使用SpringBoot和Seata实现Dubbo分布式事务管理☆51Updated 3 years ago
 - 哆啦A梦☆35Updated 7 years ago
 - 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Updated 7 years ago
 - 分布式事务-最终一致性消息队列服务☆28Updated 7 years ago
 - rocketmq源码阅读记录,添加中文注释☆31Updated 3 years ago
 - 基于SpringCloudGateway 实现的网关,包含动态路由、IP黑名单、接口白名单、JWT权限认证等功能,拓展简单,易于上手。☆76Updated 6 years ago
 - 分布式事务解决方案之基于可靠消息的最终一致性方案。☆12Updated 3 years ago
 - springboot + springcloud + feign + seata + mybatis + mysql☆54Updated 6 years ago
 - JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Updated 6 years ago
 - SpringBoot+Zookeeper+Seata实现Dubbo分布式事务管理☆20Updated 3 years ago
 - Spring-Cloud分布式微服务,动态配置,动态路由,服务熔断降级,负载均衡, Session粘滞☆26Updated 7 years ago
 - 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆35Updated 3 years ago
 - 基于Redis消息队列实现的异步化框架,将页面注册与邮件发送解耦,实现在注册成功后异步发送邮件的功能。 运行项目的时候: 需先开启Redis服务。☆21Updated 7 years ago
 - 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Updated 7 years ago
 - 对使用Hibernate出现的问题进行分析;Spring、MyBatis、AQS、ThreadPoolExecutor、CountDownLatch核心源码分析☆16Updated 3 years ago
 - 幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制☆30Updated 4 years ago