canghaihongxin / rabbitID
高性能分布式的ID生成器,QPS达到每秒4.5万。
☆27Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for rabbitID
- springboot 整合rocketmq,并进行一定程度的封装,并且通过消息来实现分布式事务。让开发人员更专注于业务☆34Updated last year
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆51Updated 4 years ago
- 1.使用CountDownLatch实现多线程事务管理;2.配置log4j2动态日志☆27Updated 2 years ago
- 领取驱动设计DDD{Domain-Driven Design}历史较长但随着微服务的兴起DDD又活跃到开发工程师的视线。它提供的是一套架构设计思想,我们可以使用这套方法论将架构设计的尽可能做到高内聚、低耦合、可扩展性强的应用服务。那么本专题以DDD实战落地为根本,分章节设计…☆78Updated 2 years ago
- 一套神奇的starter,只为爱“偷懒”的你~☆75Updated 3 years ago
- springboot + springcloud + feign + seata + mybatis + mysql☆57Updated 5 years ago
- SpringCloud + RocketMQ 实现分布式事务(transaction)☆109Updated 2 years ago
- 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!☆11Updated 2 years ago
- Java 23种设计模式Demo案列大全 ☞ SpringBoot框架☆98Updated last year
- JAVA常用工具包☆97Updated last year
- 🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监控(prometheus与grafana) 等,适合学习与快速开发使用☆84Updated 2 years ago
- 微信公众号:bugstack虫洞栈 沉淀、分享、成长,专注于原创专题案例,以最易学习编程的方式分享知识,让自己和他人都能有所收获。目前已完成的专题有;Netty4.x实战专题案例、用Java实现JVM、基于JavaAgent的全链路监控、手写RPC框架、架构设计专题案例[I…☆26Updated 2 years ago
- 一个学习使用的综合项目。实现方案为spring cloud alibaba☆46Updated 4 months ago
- 自己手写一个spring框架☆32Updated 3 years ago
- SpringCloud Project Template☆41Updated 4 years ago
- 基于SpringCloudGateway 实现的网关,包含动态路由、IP黑名单、接口白名单、JWT权限认证等功能,拓展简单,易于上手。☆77Updated 5 years ago
- 基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户、多系统的系统架构。适合学习和企业中使用。真正实现了手撸RBAC、jwt的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持…☆125Updated 11 months ago
- 脚手架工程(springboot + springsecurity + mybatis + redis + swagger + oauth2),内含freemarker的代码生成器☆112Updated 2 years ago
- springcloud 微服务,Sring cloud Greenwich.SR1 spring boot 2.1.3.RELEASE 版本 。服务水平加垂直分层,集成xxl-job定时任务系统、Redis缓存、队列、分布式锁,监控,EFK 日志搜索方案集成实现等☆120Updated 2 years ago
- 基于 SpringCloudAlibaba + SpringCloud + Nacos + SpringSecurity + Sentinel+ Oauth2.0 + Feign + Gateway + Redis 搭建的基础认证授权微服务☆28Updated last month
- Spring Cloud 开箱即用脚手架☆48Updated 5 years ago
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆197Updated 11 months ago
- Spring Cloud Alibaba基于Alibaba的微服务解决方案,整和了Nacos,Feign,Sentinel,Spring Cloud Gateway,SkyWalking ,RocketMQ等组件,利用该项目可以快速搭建Spring Cloud微服务项目的骨…☆110Updated 4 years ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆85Updated last year
- SpringCloud微服务开发脚手架。包括动态数据源模块、日志模块、分布式id生成器模块、短链生成模块、excel异步导出模块等。支持docker快速启动☆55Updated 2 months ago
- 增强SpringBoot Schedule,开发中间件以zookeeper为注册中心扩展为分布式任务调度系统,接入方式接单易用,目前实现功能如下; 多机器部署任务 统一控制中 心启停 宕机灾备,自动启动执行 实时检测任务执行信息:部署数量、任务总量、成功次数、失败次…☆92Updated 2 years ago
- 一直想把jdk1.8的新特性整理下,恰好看到老外的git(文后有链接),在这个结构上继续完善了说明和功能,做了41个单元测试案例,方便新人学习。以下内容很干,对于一个萌新小白来说,学习jdk1.8的新特性,基本看一遍就知道个7788了,在熟读两遍最后跟着写一遍,那么在实际项…☆70Updated 2 years ago
- A Gateway built on Spring Framework 5.0 and Spring Boot 2.0 providing routing and more. 源码解析文章:http://www.iocoder.cn/categories/Spring-Cl…☆42Updated 5 years ago
- RPC是一种远程调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆63Updated last year