From a10c5d00654936801edd6ee60e69fea62e2bb56a Mon Sep 17 00:00:00 2001 From: jei007 <51683963+jei007@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:19:34 +0900 Subject: [PATCH] Update application.yml modify application.yml option --- backend/reserve-item-service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/reserve-item-service/src/main/resources/application.yml b/backend/reserve-item-service/src/main/resources/application.yml index 4f3062b..3dc1aa3 100644 --- a/backend/reserve-item-service/src/main/resources/application.yml +++ b/backend/reserve-item-service/src/main/resources/application.yml @@ -10,4 +10,4 @@ management: endpoints: web: exposure: - include: refresh, health, beans + include: refresh, health, beans, info