From 31906a4bd832cfc5cb560f21c8463ece9938c64c Mon Sep 17 00:00:00 2001 From: ython Date: Wed, 17 Jun 2026 07:31:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20spring-boot-starter-actuator=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80=20=E2=80=94=20health=20?= =?UTF-8?q?=EC=97=94=EB=93=9C=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EB=B3=B5?= =?UTF-8?q?=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pom.xml b/backend/pom.xml index 9de9eed..3e571a0 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -15,6 +15,7 @@ org.springframework.bootspring-boot-starter-web + org.springframework.bootspring-boot-starter-actuator org.springframework.bootspring-boot-starter-security org.mybatis.spring.bootmybatis-spring-boot-starter3.0.3 org.postgresqlpostgresqlruntime