From 3a7291a39985e607545310bcfc1dfd5a7905ea94 Mon Sep 17 00:00:00 2001 From: wangtongzhou Date: Sat, 1 Jun 2019 18:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=84=E8=AE=BA=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E7=9A=84=E6=8E=A5=E5=8F=A3=E7=89=88=E6=9C=AC=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/order/order-service-impl/src/main/resources/config/application.yaml b/order/order-service-impl/src/main/resources/config/application.yaml index 003a413e8..d61d36c88 100644 --- a/order/order-service-impl/src/main/resources/config/application.yaml +++ b/order/order-service-impl/src/main/resources/config/application.yaml @@ -45,6 +45,8 @@ dubbo: version: 1.0.0 OrderCommentService: version: 1.0.0 + OrderCommentReplyService: + version: 1.0.0 consumer: timeout: 120000 # 设置长一点,方便调试代码 ProductSpuService: