From 2276497440f38b70eda716aa84b12ee729d15794 Mon Sep 17 00:00:00 2001 From: jei007 <51683963+jei007@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:20:42 +0900 Subject: [PATCH] Update application.yml modify application.yml option --- backend/user-service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/user-service/src/main/resources/application.yml b/backend/user-service/src/main/resources/application.yml index 3508437..850aa86 100644 --- a/backend/user-service/src/main/resources/application.yml +++ b/backend/user-service/src/main/resources/application.yml @@ -69,7 +69,7 @@ management: endpoints: web: exposure: - include: refresh, health, beans + include: refresh, health, beans, info health: mail: enabled: false