Skip to content

Commit

Permalink
feat: add actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed May 9, 2024
1 parent a566a90 commit 4efb512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ dependencies {
implementation("org.springframework.boot", "spring-boot-starter-data-mongodb")
implementation("org.springframework.boot", "spring-boot-starter-validation")
implementation("org.springframework.boot", "spring-boot-starter-web")
implementation("org.springframework.boot", "spring-boot-starter-actuator")
testImplementation("org.springframework.boot", "spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
Expand Down

0 comments on commit 4efb512

Please sign in to comment.