From 8980b69a521b81f414a2b4feb3af5af0e982cf1b Mon Sep 17 00:00:00 2001 From: jei007 <51683963+jei007@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:20:05 +0900 Subject: [PATCH] Update application.yml modify application.yml option --- .../reserve-request-service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/reserve-request-service/src/main/resources/application.yml b/backend/reserve-request-service/src/main/resources/application.yml index cc9a42f..feae5cd 100644 --- a/backend/reserve-request-service/src/main/resources/application.yml +++ b/backend/reserve-request-service/src/main/resources/application.yml @@ -10,4 +10,4 @@ management: endpoints: web: exposure: - include: refresh, health, beans \ No newline at end of file + include: refresh, health, beans, info