# springcloud-init **Repository Path**: ahs-0/springcloud-init ## Basic Information - **Project Name**: springcloud-init - **Description**: -----Spring Cloud Init Demo----- - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-16 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: nacos, sentinel, Gateway, Skywalking ## README # Spring Cloud init DEMO ## 项目介绍 Spring Cloud 微服务架构初始化项目,包含服务注册与发现、服务调用、服务熔断、服务降级、负载均衡、网关路由、配置中心、消息总线、分布式事务、链路追踪等。 Spring Cloud 微服务架构初始化项目 ### version Spring Boot 3.0.2 Spring Cloud 2022.0.0 Spring Cloud Alibaba 2022.0.0.0 Nacos 2.2.1 Sentinel 1.8.6 Seata 1.7.0 SkyWalking 9.5.0 ### sql脚本 sql/sql.sql ### 项目结构 ``` springcloud-init ├── consumer -- 服务消费者模块 ├── gateway -- 网关模块 ├── goodsService -- 服务提供者模块 ├── provider -- 服务提供者模块 ├── sql -- sql脚本 ``` ### 项目启动顺序 1. 启动Nacos 2. 启动Seata 3. 启动Sentinel 4. 启动SkyWalking 5. 启动gateway 6. 启动goodsService 7. 启动provider 8. 启动consumer 9. 访问 http://localhost:8000/consumer-service/test/test