From 997444d22fe82d9f2f396342fe7219826dff594b Mon Sep 17 00:00:00 2001 From: Amepistheo Date: Thu, 23 Jan 2025 21:48:07 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AA=A8=EB=8B=88=ED=84=B0=EB=A7=81=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 99a52452..1852b5dc 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,10 @@ dependencies { //OpenFeign implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' + // 모니터링 + implementation 'org.springframework.boot:spring-boot-starter-actuator' + implementation 'io.micrometer:micrometer-registry-prometheus' + // 테스트 코드 작성시 사용할 DB(H2) runtimeOnly 'com.h2database:h2' //s3 테스트 mock server