Skip to content

Commit 9a259ae

Browse files
feat: add actuator dependency
1 parent c9fe03a commit 9a259ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
6666
<version>2.8.5</version>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.springframework.boot</groupId>
70+
<artifactId>spring-boot-starter-actuator</artifactId>
71+
</dependency>
6872
</dependencies>
6973

7074
<build>

0 commit comments

Comments
 (0)