# jeexjj-cloud-alibaba **Repository Path**: zhanghejie/jeexjj-cloud-alibaba ## Basic Information - **Project Name**: jeexjj-cloud-alibaba - **Description**: jeexjj cloud alibaba 微服务搭建 聚合使用了nacos、sentinel、zipkin、swagger、openfeign、ribben、jwt、gateway等组件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-11-10 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jeexjj-cloud-alibaba spring cloud alibaba项目 聚合使用了nacos、sentinel、zipkin、swagger、openfeign、ribben、jwt、gateway等组件 #### 运行项目 >下载sentinel、zipkin + https://github.com/alibaba/Sentinel/releases/download/v1.8.0/sentinel-dashboard-1.8.0.jar + https://dl.bintray.com/openzipkin/maven/io/zipkin/java/zipkin-server/2.12.9/ >运行sentinel、zipkin、运行网关和微服务项目 + java -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.0.jar + java -jar zipkin-server-2.12.9-exec.jar + 运行gateway、order-service、stock-service、user-service #### 访问项目 + http://8.131.64.29:8848/nacos + http://127.0.0.1:8718/ + http://127.0.0.1:9411/zipkin + 用postman调用登录接口 http://localhost/user-service/auth/login body { "userName":"zhanghejie", "password":"123456" } + 用postman调用下订单接口 http://localhost/order-service/buy/30 添加header参数Authorization + 微服务接口文档 http://localhost/doc.html