# SpringCloud **Repository Path**: PenleyProfile/SpringCloud ## Basic Information - **Project Name**: SpringCloud - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-09-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringCloud eureka http://localhost:1111/ \ tesla http://localhost:8888/ http://localhost:8888/get/key \ zuul http://localhost:5555/ \ RibbonConsumer http://localhost:9000 \ - RibbonConsumer tesla 都注册eureka后,通过RibbonConsumer请求tesla的服务示例:http://localhost:9000/ribbonConsumer/ \ 通过zuul访问其他服务:http://localhost:5555/tesla-service/get/key \ tesla已接入ConfigCenter,配置信息可从配置中心拉取 maven --> gradle 先保证本机安装了gradle 2.0以上的版本 然后在maven根目录下运行 gradle init --type pom