From 9f20c6d5bb3d3bcfce0b81461e4ef8616bfefb49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:53:18 +0900 Subject: [PATCH] =?UTF-8?q?chore-be:=20actuator=20tomcat=20=EC=93=B0?= =?UTF-8?q?=EB=A0=88=EB=93=9C=ED=92=80=20endpoint=20=EC=B6=94=EA=B0=80=20(?= =?UTF-8?q?#799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Leetaehoon <66353672+xogns1514@users.noreply.github.com> --- backend/src/main/resources/application.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 9f96efa48..6752c8733 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -135,6 +135,9 @@ dataloader: enable: true server: port: ${SERVER_PORT} + tomcat: + mbeanregistry: + enabled: true management: server: @@ -221,6 +224,9 @@ dataloader: enable: false server: port: ${SERVER_PORT} + tomcat: + mbeanregistry: + enabled: true management: server: @@ -306,6 +312,9 @@ dataloader: enable: false server: port: ${SERVER_PORT} + tomcat: + mbeanregistry: + enabled: true management: server: