From 707e12ebe54cb2b88eeaa9bf663bb76a9570784a Mon Sep 17 00:00:00 2001 From: yoonjuho Date: Sun, 16 Feb 2025 18:35:50 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20local,=20dev=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=20actuator=20=EC=84=A4=EC=A0=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application-dev.yml | 5 ++--- backend/src/main/resources/application-local.yml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/backend/src/main/resources/application-dev.yml b/backend/src/main/resources/application-dev.yml index 2e1b3563b..ddf47125a 100644 --- a/backend/src/main/resources/application-dev.yml +++ b/backend/src/main/resources/application-dev.yml @@ -65,9 +65,8 @@ management: web: exposure: include: info, health, metrics, env, beans, threaddump, loggers, prometheus - endpoint: - health: - show-components: when_authorized + + server: tomcat: diff --git a/backend/src/main/resources/application-local.yml b/backend/src/main/resources/application-local.yml index 1017d734e..0a803d118 100644 --- a/backend/src/main/resources/application-local.yml +++ b/backend/src/main/resources/application-local.yml @@ -61,9 +61,6 @@ management: web: exposure: include: "*" - endpoint: - health: - show-components: when_authorized server: tomcat: