From c11b6207b3b36af1e598c9a793427f65d37b7b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=BA?= Date: Wed, 2 Mar 2022 07:37:21 +0000 Subject: [PATCH] update spring-cloud/helloworldConfig/config-client-dev.properties. --- spring-cloud/helloworldConfig/config-client-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud/helloworldConfig/config-client-dev.properties b/spring-cloud/helloworldConfig/config-client-dev.properties index 4464019..af20a20 100644 --- a/spring-cloud/helloworldConfig/config-client-dev.properties +++ b/spring-cloud/helloworldConfig/config-client-dev.properties @@ -1 +1 @@ -hello=Hello World from GIT version 5 +hello=Hello World from GIT version 1 -- Gitee