From 4efb5126b69b00693a823f308e58ebef51ddb43a Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Thu, 9 May 2024 12:32:57 +0200 Subject: [PATCH] feat: add actuator --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 6b9fd3d..f1712c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -96,6 +96,7 @@ dependencies { implementation("org.springframework.boot", "spring-boot-starter-data-mongodb") implementation("org.springframework.boot", "spring-boot-starter-validation") implementation("org.springframework.boot", "spring-boot-starter-web") + implementation("org.springframework.boot", "spring-boot-starter-actuator") testImplementation("org.springframework.boot", "spring-boot-starter-test") { exclude(group = "org.junit.vintage", module = "junit-vintage-engine") }