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 c3c1bd7 commit 0371776Copy full SHA for 0371776
1 file changed
build.gradle
@@ -224,6 +224,7 @@ dependencies {
224
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
225
implementation("org.springframework.boot:spring-boot-starter-mail")
226
implementation("org.springframework.boot:spring-boot-starter-validation")
227
+ implementation("org.springframework.boot:spring-boot-starter-actuator")
228
implementation("io.micrometer:micrometer-core")
229
implementation("com.github.ben-manes.caffeine:caffeine")
230
0 commit comments