From 682ff77a7f7c85128a550311f873663b428bd8a5 Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Sun, 16 Oct 2022 15:24:47 +0800 Subject: [PATCH] gateway actuator --- epmet-gateway/src/main/resources/bootstrap.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/epmet-gateway/src/main/resources/bootstrap.yml b/epmet-gateway/src/main/resources/bootstrap.yml index 483f545f43..8ebee48ec1 100644 --- a/epmet-gateway/src/main/resources/bootstrap.yml +++ b/epmet-gateway/src/main/resources/bootstrap.yml @@ -418,7 +418,11 @@ management: web: exposure: include: "*" + # enabled-by-default: false + endpoint: + gateway: + enabled: false health: show-details: ALWAYS