Skip to content
Snippets Groups Projects
Commit 9519c969 authored by OZGCloud's avatar OZGCloud
Browse files

enable spring health checks

parent 0d0d7f82
Branches
Tags
No related merge requests found
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
<artifactId>reflections</artifactId> <artifactId>reflections</artifactId>
<version>0.10.2</version> <version>0.10.2</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>io.fabric8</groupId>--> <!-- <groupId>io.fabric8</groupId>-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment