Skip to content

Commit 247b0e4

Browse files
committed
add spring actuator dependency
1 parent fcaeb62 commit 247b0e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

department-service/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<groupId>org.springframework.cloud</groupId>
4242
<artifactId>spring-cloud-starter-bootstrap</artifactId>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-starter-actuator</artifactId>
47+
</dependency>
48+
4449
<dependency>
4550
<groupId>com.h2database</groupId>
4651
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)