Skip to content

Commit

Permalink
build: Spring Actuator, Prometheus 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Apr 18, 2024
1 parent 5d16cda commit fa89766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:${swaggerVersion}")

// Spring Security
Expand Down Expand Up @@ -79,6 +80,9 @@ dependencies {
annotationProcessor("org.projectlombok:lombok")
testCompileOnly("org.projectlombok:lombok")
testAnnotationProcessor("org.projectlombok:lombok")

// Micrometer
runtimeOnly("io.micrometer:micrometer-registry-prometheus")
}

tasks.test {
Expand Down

0 comments on commit fa89766

Please sign in to comment.