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