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 66bf3f4 commit 6fab32cCopy full SHA for 6fab32c
pom.xml
@@ -28,6 +28,10 @@
28
<groupId>org.springframework.boot</groupId>
29
<artifactId>spring-boot-starter-thymeleaf</artifactId>
30
</dependency>
31
+ <dependency>
32
+ <groupId>org.springframework.boot</groupId>
33
+ <artifactId>spring-boot-starter-actuator</artifactId>
34
+ </dependency>
35
</dependencies>
36
37
<build>
src/main/resources/application.properties
@@ -1 +1,5 @@
1
spring.profiles.active=dev
2
+#spring-boot-starter-actuator
3
+management.endpoint.shutdown.enabled=true
4
+management.endpoints.web.exposure.include=shutdown
5
+management.endpoints.web.base-path=/iblog_dev
0 commit comments