# Spring Cloud Demo **Repository Path**: kingons/spring-cloud-demo ## Basic Information - **Project Name**: Spring Cloud Demo - **Description**: Spring Cloud 全家桶 Demo(纯搭建工程,暂无说明,原理见官方文档:https://spring.io/) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Cloud Demo TODO #### 介绍 Spring Cloud 全家桶 Demo(纯搭建工程,暂无说明,原理见官方文档) Spring Cloud 版本:Hoxton.SR8 Spring Boot 版本:2.2.9.RELEASE Spring Cloud Alibaba 版本:2.2.1RELEASE #### 内容说明 注册中心:Nacos 配置中心:Nacos 网关:Gateway 流量管控:Sentenel 服务监控:Actuator + Admin 服务调用:RestTemplate,Feign,Dubbo Reference(均有Demo) 安全:Security + Oauth2 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request