Skip to content

Commit aa93f22

Browse files
authored
Update README.md
1 parent 9b0c60b commit aa93f22

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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实现的云应用开发工具,它为基
1313
Spring 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的方式互相调用。各个微服务之间是松耦合的,每个微服务仅关注于完成一件任务,每个任务代表着一个小的业务能力。

0 commit comments

Comments
 (0)