# spring-cloud-alibaba-example **Repository Path**: SimpleWu/spring-cloud-alibaba-example ## Basic Information - **Project Name**: spring-cloud-alibaba-example - **Description**: Spring Cloud Alibaba 案例代码 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2021-10-27 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 目录首页 [目录以及父工程指引](https://gitee.com/SimpleWu/spring-cloud-alibaba-example/blob/master/dosc/Spring%20Cloud%20Alibaba%20%E4%BB%8B%E7%BB%8D%E5%8F%8A%E5%B7%A5%E7%A8%8B%E5%87%86%E5%A4%87.md) ### 工程介绍 - spring-cloud-alibaba-version-parent 统一依赖管理工程 - spring-cloud-alibaba-common 公共服务依赖 - spring-cloud-alibaba-service-user 用户中心业务服务 - spring-cloud-alibaba-service-member 会员中心业务服务 - config 案例中使用的配置文件 - sql 案例中使用到的sql脚本 ### 核心依赖 | 依赖 | 版本 | | ---------------------- | -------- | | Spring Boot | 2.5.2 | | Spring Cloud | 2020.0.3 | | Spring Cloud Alibaba | 2021.1 | | Spring Security OAuth2 | 2.3.6 | | Mybatis Plus | 3.4.3 | | hutool | 5.7.3 | | Avue | 2.6.18 | ### 第三方组件 | 依赖 | 版本 | 下载地址 | | ---------------------- | ------------- | ---------------------- | | Nacos Server | 2.0.2 | [二进制下载](https://github.com/alibaba/nacos/releases/download/2.0.2/nacos-server-2.0.2.zip) [源码下载](https://github.com/alibaba/nacos/archive/refs/tags/2.0.2.zip) | | Sentinel Server | 1.8.0 | [二进制下载](https://github.com/alibaba/Sentinel/releases/download/1.8.2/sentinel-dashboard-1.8.2.jar) [源码下载](https://github.com/alibaba/Sentinel/archive/refs/tags/1.8.2.zip) | | Seata Server | 1.3.0 | [二进制下载](https://github.com/seata/seata/releases/download/v1.3.0/seata-server-1.3.0.zip) [源码下载](https://github.com/seata/seata/archive/refs/tags/v1.3.0.zip) |