From 48ea51e7cfab61d1f5f5c537978718bae055fcb5 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Fri, 3 May 2024 21:42:05 +0800 Subject: [PATCH] Added the Spring Boot Health actuator. --- pom.xml | 4 ++++ src/main/resources/application.properties | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 4bbacb4..1946668 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,10 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-actuator +