We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cc30d commit 2df8c1dCopy full SHA for 2df8c1d
pom.xml
@@ -24,6 +24,11 @@
24
<artifactId>spring-boot-starter-web</artifactId>
25
</dependency>
26
27
+ <dependency>
28
+ <groupId>org.springframework.boot</groupId>
29
+ <artifactId>spring-boot-starter-actuator</artifactId>
30
+ </dependency>
31
+
32
<dependency>
33
<groupId>org.springframework.boot</groupId>
34
<artifactId>spring-boot-starter-test</artifactId>
src/main/resources/application.properties
@@ -0,0 +1 @@
1
+management.endpoints.web.exposure.include=health
0 commit comments