From 4e926d8d1a00478358c0eb3eb006d14960ad2209 Mon Sep 17 00:00:00 2001
From: YunaiV <>
Date: Sat, 5 Dec 2020 23:31:44 +0800
Subject: [PATCH] =?UTF-8?q?Dubbo=20Provider=20=E5=A2=9E=E5=8A=A0=E7=BB=9F?=
 =?UTF-8?q?=E4=B8=80=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../system-service-app/src/main/resources/application.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-service-project/system-service-app/src/main/resources/application.yaml b/system-service-project/system-service-app/src/main/resources/application.yaml
index d4a9ef24..b48cd405 100644
--- a/system-service-project/system-service-app/src/main/resources/application.yaml
+++ b/system-service-project/system-service-app/src/main/resources/application.yaml
@@ -35,6 +35,7 @@ dubbo:
   provider:
     filter: -exception
     validation: true # 开启 Provider 参数校验
+    version: 1.0.0 # 服务的版本号
     AdminRpc:
       version: 1.0.0
     ResourceRpc:
-- 
2.17.1