Skip to content
Snippets Groups Projects
Commit 2a3f0a21 authored by ThanKarab's avatar ThanKarab
Browse files

Enabled healthstatus with actuator again.

parent e3f60e2f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment