github:github.com/Lovnx/micro…
工程名 | 描述 | 埠 |
eureka-server | 服務發現與註冊中心 | 7070 |
ribbon | 負載均衡器 | 7071 |
config-server | 配置管理中心 | 7072 |
zuul | 動態路由器 | 7073 |
service-A | A服務,用來測試服務間呼叫與路由 | 7074 |
service-B | B服務,整合Mybatis、PageHelper、Redis,整合介面限速方案,可選google Guava RateLimiter與自實現 | 7075 |
service-B2 | B2服務,與B服務serviceId相同,用來測試負載均衡和容錯 | 7076 |
hystrix-ribbon | 負載均衡器的容錯測試 | 7077 |
feign | 宣告式、模板化的HTTP客戶端,可用來做負載均衡,較輕量 | 7078 |
hystrix-feign | feign的容錯測試 | 7079 |
hystrix-dashboard | hystrix視覺化監控臺 | 7080 |
turbine | 叢集下hystrix視覺化監控臺 | 7081 |
service-admin | spring boot admin監控臺 | 7088 |