Skip to content

Commit

Permalink
chore: add spring actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 13, 2024
1 parent c7dfe01 commit 2c37ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extra["springCloudVersion"] = "2023.0.2"
dependencies {
//implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.cloud:spring-cloud-starter-gateway")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.5.0")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
Expand Down

0 comments on commit 2c37ee3

Please sign in to comment.