From c6cabc07d6c80eb9ceb2ece82fd5b1b7c7d6c887 Mon Sep 17 00:00:00 2001 From: pricelees Date: Tue, 29 Jul 2025 14:27:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20actuator=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 172ae72c..46a9706c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,4 +1,7 @@ server: + tomcat: + mbeanregistry: + enabled: true forward-headers-strategy: framework spring: @@ -7,6 +10,16 @@ spring: jpa: open-in-view: false +management: + endpoints: + web: + exposure: + include: health,loggers,prometheus + base-path: ${ACTUATOR_PATH:/actuator} + endpoint: + health: + show-details: always + payment: api-base-url: https://api.tosspayments.com