From 062b6bc526d5f138ce7f1eac48a064243c9bae29 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 12 Feb 2018 12:20:08 -0500 Subject: [PATCH] update to new web endpoint property --- .../src/main/resources/application.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spring-cloud-gateway-sample/src/main/resources/application.yml b/spring-cloud-gateway-sample/src/main/resources/application.yml index 8117b0056..cb00d7929 100644 --- a/spring-cloud-gateway-sample/src/main/resources/application.yml +++ b/spring-cloud-gateway-sample/src/main/resources/application.yml @@ -35,7 +35,4 @@ logging: org.springframework.web.reactive: DEBUG reactor.ipc.netty: DEBUG -management: - endpoints: - web: - expose: '*' +management.endpoints.web.exposure.include: '*'