# spring-demo **Repository Path**: vchar_fred/spring-demo ## Basic Information - **Project Name**: spring-demo - **Description**: spring全家桶学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring微服务及其相关组件学习笔记 ## 简要说明 * spring官网地址:https://spring.io * spring项目快速构建:https://start.spring.io * springbootGitHub地址:https://github.com/spring-projects/spring-boot * springboot 官方文档:https://spring.io/guides/gs/spring-boot/ * RocketMQ 官方文档: http://rocketmq.apache.org/ * 腾讯Tendis 官方文档:http://tendis.cn/ ### 分支说明 * [spring](https://github.com/vcharfred/spring-demo/tree/spring): spring相关的;暂未更新 * [SpringBoot1.x](https://github.com/vcharfred/spring-demo/tree/SpringBoot1.x) :SpringBoot 1.x版本的 * [SpringBoot2.x](https://github.com/vcharfred/spring-demo/tree/SpringBoot2.x) :SpringBoot 2.x版本的 * [SpringCloud](https://github.com/vcharfred/spring-demo/tree/SpringCloud) :SpringCloud相关的 * [SpringCloud-Hoxton](https://github.com/vcharfred/spring-demo/tree/Hoxton) :SpringCloud Hoxton版本 * Eureka注册中心 * 网关spring-cloud-gateway * Elasticsearch * RocketMQ * kafka * mybatis-plus * Redis * [腾讯Tendis](http://tendis.cn/) * [SpringCloud-alibaba](https://github.com/vcharfred/spring-demo/tree/alibaba) :SpringCloud alibaba版本 * Nacos * openfeign * 熔断限流组件 sentinel * 网关spring-cloud-gateway * 分布式事务组件Seata