Skip to content

Commit

Permalink
add readme by aubbo-annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipipman committed Dec 17, 2020
1 parent fd97800 commit b73be70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dubbo-annotation-sample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 分布式服务框架之Dubbo

### 一.什么是Dubbbo?
#### Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案。
分布式意味着,一个业务被拆分多个业务,部署在不同服务器上,既然各个服务部署在不同的服务器上,那服务间的调用就是通过网络通信的。既然涉及到了网络通信,那么服务消费者调用服务之前,都要写各种网络请求和编解码之类的相关代码,明显是很不友好的,Dubbo所说的透明化,就是指让调用者对网络请求和编解码的细节透明,让我们像调用本地方法一样去调用远程方法。


####

0 comments on commit b73be70

Please sign in to comment.