# springcloud **Repository Path**: liuduzhai/springcloud ## Basic Information - **Project Name**: springcloud - **Description**: 试用下 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-11-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud 试用下 http://127.0.0.1:8761/ 注册中心 http://127.0.0.1:8762/hi?name=sdf http://127.0.0.1:8763/hi?name=sdf 同时开启两个服务 http://127.0.0.1:8764/hi?name=sdf ribbon负载 http://127.0.0.1:8765/hi?name=sdf feign负载 http://127.0.0.1:8766/api-a/hi?name=sdf&token=sdf http://127.0.0.1:8766/api-b/hi?name=sdf zuul路由,服务过滤,api-开头需要加token信息 http://127.0.0.1:8767/configtest/dev 服务配置文件统一管理,从server读取 http://127.0.0.1:8768/configTest 服务配置文件统一管理,从client读取,client会从server读取 http://127.0.0.1:8769/ 多注册中心 http://127.0.0.1:8770/ 多注册中心 http://127.0.0.1:8771/ 链路跟踪 http://127.0.0.1:8772/sleuthBean 提供者,调用其它服务形成链路