We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd1b9e4 + 31022be commit 1b117ccCopy full SHA for 1b117cc
2 files changed
build.gradle
@@ -50,6 +50,7 @@ dependencies {
50
51
implementation 'javax.annotation:javax.annotation-api:1.3.2'
52
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
53
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
54
55
compileOnly 'org.projectlombok:lombok'
56
developmentOnly 'org.springframework.boot:spring-boot-devtools'
src/main/resources/application.yml
@@ -52,3 +52,17 @@ logging:
level:
flipnote.image: DEBUG
+management:
+ endpoints:
57
+ web:
58
+ exposure:
59
+ include: health
60
+ endpoint:
61
+ health:
62
+ probes:
63
+ enabled: true
64
65
+ livenessState:
66
67
+ readinessState:
68
0 commit comments