From 590a9af4d632431b87827b815c9afd6dec9d933a Mon Sep 17 00:00:00 2001 From: luoxiang <2806718453@qq.com> Date: Mon, 7 Jan 2019 20:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95README.md=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring/spring-dubbo/README-副本.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring/spring-dubbo/README-副本.md b/spring/spring-dubbo/README-副本.md index e167878..085b046 100644 --- a/spring/spring-dubbo/README-副本.md +++ b/spring/spring-dubbo/README-副本.md @@ -10,7 +10,7 @@ 1.2 本项目dubbo的搭建采用zookeeper作为注册中心, 关于zookeeper的安装和基本操作可以参见我的手记[Zookeeper 基础命令与Java客户端](https://github.com/heibaiying/LearningNotes/blob/master/notes/%E4%B8%AD%E9%97%B4%E4%BB%B6/ZooKeeper/ZooKeeper%E9%9B%86%E7%BE%A4%E6%90%AD%E5%BB%BA%E4%B8%8EJava%E5%AE%A2%E6%88%B7%E7%AB%AF.md) -
+
@@ -55,7 +55,7 @@ ## 四、 服务提供者(dubbo-provider) -
+
#### 4.1 productService是服务的提供者( 商品数据用模拟数据展示) @@ -124,7 +124,7 @@ public class ProductService implements IProductService { ## 五、服务消费者(dubbo-consumer) -
+
#### 1.在dubbo.xml调用远程的服务 @@ -276,4 +276,4 @@ mvn --projects dubbo-admin-backend spring-boot:run ``` http://127.0.0.1:8080 -``` +``` \ No newline at end of file