Skip to content

Commit 6590896

Browse files
committed
Added actuator endpoints
1 parent 32adb5e commit 6590896

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-data-jpa</artifactId>
2525
</dependency>
26+
<dependency>
27+
<groupId>org.springframework.boot</groupId>
28+
<artifactId>spring-boot-starter-actuator</artifactId>
29+
</dependency>
2630
<dependency>
2731
<groupId>org.flywaydb</groupId>
2832
<artifactId>flyway-core</artifactId>

0 commit comments

Comments
 (0)