# springcloudalibaba **Repository Path**: happywzy/springcloudalibaba ## Basic Information - **Project Name**: springcloudalibaba - **Description**: Spring Cloud Alibaba测试工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Cloud Alibaba `Spring Cloud Alibaba`、`Spring Cloud Version`和`Spring Boot Version`版本依赖关系 - [版本说明](https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E) - [官方文档](https://github.com/alibaba/spring-cloud-alibaba/blob/2022.x/README-zh.md) ### sentinel dashboard - [项目首页](https://github.com/alibaba/Sentinel) - [官方文档](https://github.com/alibaba/spring-cloud-alibaba/blob/2022.x/spring-cloud-alibaba-examples/sentinel-example/sentinel-core-example/readme-zh.md) - 测试服务启动命令 ```shell java -jar -Dserver.port=8048 sentinel-dashboard-1.8.6.jar ``` ### nacos - [官方文档](https://github.com/alibaba/Nacos) - 单机启动 ```shell cd nacos/bin && startup.cmd -m standalone ```