mtcarpenter / spring-cloud-learningLinks
Spring Cloud ,Spring Cloud Alibaba 系列学习教程
☆109Updated 2 years ago
Alternatives and similar repositories for spring-cloud-learning
Users that are interested in spring-cloud-learning are comparing it to the libraries listed below
Sorting:
- SpringCloudAlibaba的详细使用,包括Nacos,Sentinel,Feign,Gateway,Skywalking等☆237Updated 9 months ago
- spring cloud alibaba(2.2.1最新版)+nacos+dubbo+gateWay+sentinel+rocketmq+(pgsql/mysql8.0的json支持)+ignite集成可用于docker分布式框架+分布式自动化任务+mybatis多数据源+…☆226Updated 2 years ago
- 本项目基于spring-cloud-starter-oauth2搭建的认证中心和资源服务器的微服务项目,项目不仅仅简单的demo,项目的出发点在于实战应用。本项目为笔者花了不少时间和精力整理出来的,只需要稍微调整就可应用于实际项目当中,并且项目包含大量注释,不仅可以让你会用…☆230Updated 4 years ago
- 增强SpringBoot Schedule,开发中间件以zookeeper为注册中心扩展为分布式任务调度系统,接入方式接单易用,目前实现功能如下; 多机器部署任务 统一控制中心启停 宕机灾备,自动启动执行 实时检测任务执行信息:部署数量、任务总量、成功次数、失败次…☆94Updated 3 years ago
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆196Updated last year
- Spring Cloud Alibaba基于Alibaba的微服务解决方案,整和了Nacos,Feign,Sentinel,Spring Cloud Gateway,SkyWalking ,RocketMQ等组件,利用该项目可以快速搭建Spring Cloud微服务项目的骨…☆117Updated 5 years ago
- ☆208Updated 4 years ago
- 基于SpringBoot 2.x整合各种常用开发工具,包括但不限于Redis,MyBatisPlus,RocketMQ,RabbitMQ,Elasticsearch,Quartz,Xxl-Job,Kafka等。☆208Updated 2 years ago
- 基于springcloud的脚手架(smart-cloud)示例,支持服务合并部署与拆分部署、接口加解密签名、日志数据脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务等☆33Updated 2 months ago
- 基于springboot && springcloud的脚手架,支持服务合并部署与拆分部署、接口加解密签名、日志数据 脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务、国际化语言、接口监控及服务监控等☆657Updated last month
- 🔥MS 是一个前后分离的分布式 spring cloud 框架(全家桶),这里有统一认证,统一网关等等功能,是一个非常简洁的微服务脚手架☆224Updated 3 years ago
- 一个基于easyexcel大数据量数据导入导出异步处理组件☆109Updated last year
- 致力于打造一款优秀的分布式微服务解决方案☆194Updated last year
- springBoot demo☆250Updated 7 months ago
- ☆32Updated last year
- SpringBoot 整合 Netty 实战☆285Updated last year
- lamp-util 基jdk8 /jdk11/jdk17 ,是 lamp-cloud 和 lamp-boot 项目的核心工具包,开发宗旨是打造一套兼顾 SpringBoot 和 SpringCloud 项目的公共工具类。☆325Updated this week
- ☆70Updated 3 years ago
- 整合了Spring Cloud 实战教程+公众号内容都会同步到这个仓库。文档地址:http://www.passjava.cn☆292Updated 10 months ago
- 开源的Java开发脚手架,工作经验总结,springboot,springcloud,基于tk-mybatis代码反向生成,基于redis(redisson)注解形式加分布式锁等,计划将用该脚手架抄袭jeesite和ruoyi还有基于vue的后台权限管理系统做一套开源的后台…☆180Updated 2 years ago
- springcloud学习的相关工程并辅以博文讲解。主要介绍Eureka(服务注册发现)、Feign (服务消费)、Ribbon(负载均衡)、Hystrix(熔断器)、Dashboard(熔断器监控)、Config(分布式配置中心)、Zuul(路由网关)等等相关内容。☆117Updated last year
- Pre基于Spring Boot 、Spring Security的RBAC权限管理系统, 做更简洁的后台管理系统。☆206Updated 3 years ago
- 基于SpringBoot2.0及2.0以上的版本学习SpringBoot框架新特性,新用法、以及整合不同第三方框架的源码,配套教程文章请查看SpringBoot2.x系列教程:https://thinkingcao.blog.csdn.net☆101Updated 3 years ago
- SpringBoot整合MyBatis-Plus,源码学习,增删改查,Lamdba支持☆165Updated 11 months ago
- springboot和dubbo、netty的集成,spring-ai-*的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎☆175Updated 2 weeks ago
- 学习笔记+gitbook☆151Updated last year
- jun_java_plugin 整合Java企业级各种开发组件、开箱即用、不写重复代码;目前已集成java_plugin50多个,spring_plugin组件100+,spring_boot组件100+,各种项目模板,涵盖开发各种场景如minio、七牛云、云短信、设计模式…☆230Updated last month
- 基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户、多系统的系统架构。适合学习和企业中使用。真正实现了手撸RBAC、jwt的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持…☆125Updated last year
- RPC是一种远程 调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆66Updated 2 years ago
- 分布式工具☆214Updated 2 years ago