File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 11<div align =" center " >
2- <img src =" https://image.ibb.co/fY9Lte/Spring_Logos_CLOUD_HOR.png " />
2+ <img src =" https://image.ibb.co/fY9Lte/Spring_Logos_CLOUD_HOR.png " width = " 80% " />
33 <br/>
44
55 ![ Build Status] ( https://img.shields.io/badge/build-passing-brightgreen.svg )
@@ -13,7 +13,7 @@ Spring Cloud是一个基于Spring Boot实现的云应用开发工具,它为基
1313Spring Cloud 全家桶:
1414
1515<center >
16- <table width="800" style="text-align: center;" >
16+ <table width="800">
1717 <tr><td width="300">服务注册中心</td><td width="500">Spring Cloud Netflix Eureka</td></tr>
1818 <tr><td width="300">服务调用方式</td><td width="500">REST API</td></tr>
1919 <tr><td width="300">服务网关</td><td width="500">Spring Cloud Netflix Zuul</td></tr>
@@ -26,18 +26,6 @@ Spring Cloud 全家桶:
2626 </table>
2727</center >
2828
29- | - | Spring Cloud |
30- | :---: | :---: |
31- | 服务注册中心 | Spring Cloud Netflix Eureka |
32- | 服务调用方式 | REST API |
33- | 服务网关 | Spring Cloud Netflix Zuul |
34- | 断路器 | Spring Cloud Netflix Hystrix |
35- | 分布式配置 | Spring Cloud Config |
36- | 服务跟踪 | Spring Cloud Sleuth |
37- | 消息总线 | Spring Cloud Bus |
38- | 数据流 | Spring Cloud Stream |
39- | 批量任务 | Spring Cloud Task |
40-
4129** 2. 微服务架构**
4230
4331微服务架构就是将一个完整的应用从数据存储开始垂直拆分成多个不同的服务,每个服务都能独立部署、独立维护、独立扩展,服务与服务间通过诸如RESTful API的方式互相调用。各个微服务之间是松耦合的,每个微服务仅关注于完成一件任务,每个任务代表着一个小的业务能力。
You can’t perform that action at this time.
0 commit comments