Skip to content

Commit 2df8c1d

Browse files
Added the Actuator endpoint
1 parent 03cc30d commit 2df8c1d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<artifactId>spring-boot-starter-web</artifactId>
2525
</dependency>
2626

27+
<dependency>
28+
<groupId>org.springframework.boot</groupId>
29+
<artifactId>spring-boot-starter-actuator</artifactId>
30+
</dependency>
31+
2732
<dependency>
2833
<groupId>org.springframework.boot</groupId>
2934
<artifactId>spring-boot-starter-test</artifactId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
management.endpoints.web.exposure.include=health

0 commit comments

Comments
 (0)