Skip to content

Commit 0415dd2

Browse files
committed
Spring Boot actuator added
1 parent 1cc0f69 commit 0415dd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<artifactId>spring-boot-devtools</artifactId>
3737
</dependency>
3838

39+
<dependency>
40+
<groupId>org.springframework.boot</groupId>
41+
<artifactId>spring-boot-starter-actuator</artifactId>
42+
</dependency>
43+
3944
<dependency>
4045
<groupId>io.springfox</groupId>
4146
<artifactId>springfox-swagger2</artifactId>

0 commit comments

Comments
 (0)