We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32adb5e commit 6590896Copy full SHA for 6590896
1 file changed
pom.xml
@@ -23,6 +23,10 @@
23
<groupId>org.springframework.boot</groupId>
24
<artifactId>spring-boot-starter-data-jpa</artifactId>
25
</dependency>
26
+ <dependency>
27
+ <groupId>org.springframework.boot</groupId>
28
+ <artifactId>spring-boot-starter-actuator</artifactId>
29
+ </dependency>
30
<dependency>
31
<groupId>org.flywaydb</groupId>
32
<artifactId>flyway-core</artifactId>
0 commit comments