From 61705958be7d503002743c1b820ffd1ceb3e638e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E7=8E=89=E6=A1=94?= Date: Wed, 16 Oct 2019 18:38:35 +0800 Subject: [PATCH] gateway server config close refreshing (#3628) --- .../src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/plugin/scenarios/gateway-scenario/gateway-projectA-scenario/src/main/resources/application.yml b/test/plugin/scenarios/gateway-scenario/gateway-projectA-scenario/src/main/resources/application.yml index 51774a6b5..07d1fb110 100644 --- a/test/plugin/scenarios/gateway-scenario/gateway-projectA-scenario/src/main/resources/application.yml +++ b/test/plugin/scenarios/gateway-scenario/gateway-projectA-scenario/src/main/resources/application.yml @@ -24,4 +24,7 @@ spring: - id: provider_route uri: http://localhost:18070 predicates: - - Path=/provider/b/* \ No newline at end of file + - Path=/provider/b/* +endpoints: + refresh: + sensitive: false \ No newline at end of file