From 9519c969529b6da4a7a69791e315ebd45be98e73 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 14 Jun 2023 14:19:55 +0200 Subject: [PATCH] enable spring health checks --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index f2f7309..d8fe4b3 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,11 @@ <artifactId>reflections</artifactId> <version>0.10.2</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> + <!-- <dependency>--> <!-- <groupId>io.fabric8</groupId>--> -- GitLab