hello-shf / spring-boot-2.0.4.RELEASE
SpringBoot-2.0.4源码阅读
☆29Updated 2 years ago
Alternatives and similar repositories for spring-boot-2.0.4.RELEASE:
Users that are interested in spring-boot-2.0.4.RELEASE are comparing it to the libraries listed below
- spring-5.0.8源码阅读☆22Updated 5 years ago
- ☆47Updated 2 years ago
- ☆40Updated 6 years ago
- 1.使用CountDownLatch实现多线程事务管理;2.配置log4j2动态日志☆27Updated 2 years ago
- 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆34Updated 2 years ago
- 哆啦A梦☆35Updated 7 years ago
- springboot+atomikos+mysql+mybatis+druid+分布式事务☆30Updated 7 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆62Updated 8 years ago
- ☆43Updated 2 years ago
- springboot+netty☆27Updated 3 years ago
- 干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码☆134Updated 5 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆52Updated 5 years ago
- Spring Cloud 开箱即用脚手架☆48Updated 5 years ago
- 🍁spring-boot及相关知识练习,Java生 态研究学习(spring ,redis,ignite,tasks,zookeeper,dubbo,mybatis,kafka,rabbitmq,webflux);前沿新技术的探索,webflux,响应式编程,kontlin…☆73Updated 6 years ago
- 模拟电商下单->订单处理->订单结果通知的完整流程,基于RocketMQ进行实现☆63Updated last year
- 基于netty3.6.3实现的文件上传下载功能组件☆40Updated 5 years ago
- 基于aliyun MQ服务封装的SpringBoot starter 优点 1、 使用简单:开箱即用,只需要简单配置 2、分业务处理:生产-消费端可以自定义配置不同topic、不同tag。☆52Updated 5 years ago
- 通过代码总结具备路演的能力☆52Updated 4 years ago
- 一个基于vue , netty ,使用websocket协议的即时聊天系统☆22Updated last year
- 简单netty轮子☆22Updated 3 years ago
- Song Parser SPI Demo is a simple example of Java SPI.☆49Updated 2 years ago
- springcloud 微服务,Sring cloud Greenwich.SR1 spring boot 2.1.3.RELEASE 版本 。服务水平加垂直分层,集成xxl-job定时任务系统、Redis缓存、队列、分布式锁,监控,EFK 日志搜索方案集成实现等☆120Updated 2 years ago
- LCN dubbo demo☆23Updated 7 years ago
- 基于Netty实现的轻量级分布式应用配置中心☆82Updated last year
- Spring Cloud Alibaba 演示项目:Spring Cloud Alibaba Nacos、Spring Cloud Alibaba Dubbo、Spring Cloud Alibaba Sentinel、Spring Cloud Alibaba Seata☆93Updated 5 years ago
- Spring项目集成了消息队列-RabbitMQ,实现了普通消息订阅-发布模式的消息队列、延迟消息队列、定时发送消息等☆20Updated 7 years ago
- 一套神奇的starter,只为爱“偷懒”的你~☆76Updated 3 years ago
- 基于SpringCloudGateway 实现的网关,包含动态路由、IP黑名单、接口白名单、JWT权限认证等功能,拓展简单,易于上手。☆76Updated 5 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆45Updated 6 years ago
- 分布式事务-最终一致性消息队列服务☆28Updated 7 years ago