wangjia2016 / platform-open
本项目基于SpringCloud &SpringCloud Alibaba ;可以作为微服务架构脚手架,整合了nacos、rocketmq、sentinal、feign、redis、redisson、jjwt、mybatis等常见微服务组件;包含分布式锁、RocketMq(事务消息、延时消息、普通消息)、线程池、常用设计模式等技术的使用场景。同时也包含商城秒杀功能设计、优惠券体系设计、权限系统设计、订单&商品系统设计、微信支付等业务功能。
☆14Updated last year
Alternatives and similar repositories for platform-open:
Users that are interested in platform-open are comparing it to the libraries listed below
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆194Updated last year
- spring boot demo 是一个用来深度学习并实战 spring boot 的项目,该项目已成功集成batis-aop(AOP自定义多数据源)、multi-datasource-mybatis(使用Mybatis集成多数据源)、quartz(定时任务)、rabbit…☆47Updated 2 years ago
- double cache used in springBoot project☆54Updated 2 years ago
- SpringCloudAlibaba的详细使用,包括Nacos,Sentinel,Feign,Gateway,Skywalking等☆234Updated 4 months ago
- SpringCloud微服务开发脚手架。包括动态数据源模块、日志模块、分布式id生成器模块、短链生成模块、excel异步导出模块等。支持docker快速启动☆56Updated 5 months ago
- SpringBoot Dubbo RocketMQ订单支付系统☆99Updated last year
- 1.使用CountDownLatch实现多线程事务管理;2.配置log4j2动态日志☆27Updated 2 years ago
- SpringBoot整合Shiro、JWT和Redis实现token登录授权验证以及token刷新☆43Updated last year
- rabbitmq 消息100%可靠性投递的解决方案实现 ack手动确认方式☆67Updated 6 years ago
- 增强SpringBoot Schedule,开发中间件以zookeeper为注册中心扩展为分布式任务调度系统,接入方式接单易用,目前实现功能如下; 多机器部署任务 统一控制中心启停 宕机灾备, 自动启动执行 实时检测任务执行信息:部署数量、任务总量、成功次数、失败次…☆93Updated 2 years ago
- 📚 本仓库是技术专栏的【大本营】,你可以收藏/fork/star来获取最新内容☆27Updated 2 years ago
- springcloud 微服务,Sring cloud Greenwich.SR1 spring boot 2.1.3.RELEASE 版本 。服务水平加垂直分层,集成xxl-job定时任务系统、Redis缓存、队列、分布式锁,监控,EFK 日志搜索方案集成实现等☆120Updated 2 years ago
- 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!☆11Updated 2 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆52Updated 5 years ago
- 云流——微服务聚合平台☆94Updated 3 months ago
- Java常用框架实战教程,包含Activiti,Dubbo,Mybatis—Plus,Netty,POI,RabbitMQ,Spring注解驱动开发,SpringBoot源码分析,SpringCloud实战,SpringMVC注解开发,SSM整合,Zookeeper+Dub…☆25Updated 2 years ago
- Spring Cloud Alibaba基于Alibaba的微服务解决方案,整和了Nacos,Feign,Sentinel,Spring Cloud Gateway,SkyWalking ,RocketMQ等组件,利用该项目可以快速搭建Spring Cloud微服务项目的骨…☆112Updated 4 years ago
- 尚硅谷周阳cloud2020笔记加源码☆82Updated 2 years ago
- kafka多线程顺序消费☆51Updated 3 years ago
- 一个学习使用的综合项目。实现方案为spring cloud alibaba☆45Updated 7 months ago
- spring cloud alibaba(2.2.1最新版)+nacos+dubbo+gateWay+sentinel+rocketmq+(pgsql/mysql8.0的json支持)+ignite集成可用于docker分布式框架+分布式自动化任务+mybatis多数据源+…☆225Updated 2 years ago
- RPC是一种远程调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆63Updated 2 years ago
- Java 23种设计模式Demo案列大全 ☞ SpringBoot框架☆99Updated last year
- 🚀🚀【搜索系统】基于ElasticSearch7.3.2、RestHighLevelClient、SpringBoot搭建的通用 搜索系统脚手架,帮助开发者快速搭建搜索系统。☆96Updated last year
- springcloud学习的相关工程并辅以博文讲解。主要介绍Eureka(服务注册发现)、Feign (服务消费)、Ribbon(负载均衡)、Hystrix(熔断器)、Dashboard(熔断器监控)、Config(分布式配置中心)、Zuul(路由网关)等等相关内容。☆117Updated 11 months ago
- ☆47Updated 2 years ago
- 基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户、多系统的系统架构。适合学习和企业中使用。真正实现了手撸RBAC、jwt的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持…☆126Updated last year
- springboot全局处理(异常+统一)☆105Updated 2 years ago
- Spring Cloud ,Spring Cloud Alibaba 系列学习教程☆107Updated 2 years ago
- 在手写的过程中学习 Mybatis 从解析、绑定、反射、缓存,到回话和事务操作,以及如何与 Spring 进行关联注册 Bean 对象,完成整合部分功能逻辑。通过这些内容的拆解实现,读者伙伴就可以非常清楚的知道这些核心功能都是如何实现的了,以后再阅读 Mybatis 源码也…☆124Updated 2 years ago