# SpringCloudWeatherForecast **Repository Path**: s66666/SpringCloudWeatherForecast ## Basic Information - **Project Name**: SpringCloudWeatherForecast - **Description**: 基于SpringCloud的天气预报系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2019-06-12 - **Last Updated**: 2021-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringCloudWeatherForecast 基于SpringCloud的天气预报系统 ## 环境 * java1.8 * springBootVersion = '2.1.4.RELEASE' * springCloudVersion = 'Greenwich.RELEASE' ## 依赖关系 * weather-eureka-server 注册中心 * weather-collection-eureka-feign 依赖 weather-city-eureka * weather-report-eureka-feign-gateway-hystrix 依赖 weather-data-eureka * weather-eureka-client-zuul 负载均衡 ## 启动顺序 1. weather-eureka-server 2. weather-city-eureka 3. weather-collection-eureka-feign 4. weather-data-eureka 5. weather-report-eureka-feign-gateway-hystrix 6. weather-eureka-client-zuul ![运行截图](https://images.gitee.com/uploads/images/2019/0612/132959_0f39d52c_5012138.png "TIM截图20190612132816.png")