# springcloud **Repository Path**: watts1995/springcloud ## Basic Information - **Project Name**: springcloud - **Description**: springcloud study - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-11 - **Last Updated**: 2021-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud ## 获取本项目 ```commandline git clone https://github.com/BillNwc/springcloud.git ``` ### 服务注册 简单使用单实例的eureka作为注册中心 ### api网关 [地址](https://github.com/BillNwc/springcloud/tree/master/apirouteservice) 简单使用zuul ### 服务间调用 [地址](https://github.com/BillNwc/springcloud/blob/master/userservice/src/main/java/UserserviceApplication.java) 使用RestTemplate注解为LoadBalanced调用 ### 配置中心