From 88214ff93ce60ce881002846fea5f6bd32ea847a Mon Sep 17 00:00:00 2001 From: unclekh <5177787+unclekh@user.noreply.gitee.com> Date: Wed, 13 May 2020 21:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blockchain-server-user/src/main/resources/bootstrap.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml b/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml index ef11b67..2ce250b 100644 --- a/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml +++ b/blockchain-server/blockchain-server-user/src/main/resources/bootstrap.yml @@ -13,7 +13,6 @@ spring: cloud: #配置中心 config: - uri: http://10.10.17.84:8002 discovery: service-id: dapp-config-server enabled: true @@ -31,4 +30,4 @@ spring: auth: true starttls: enable: true - required: true + required: true \ No newline at end of file