Skip to content

Commit

Permalink
[BE] Spring Actuator, Prometheus 의존성 추가 (#873) (#874)
Browse files Browse the repository at this point in the history
* build: Spring Actuator, Prometheus 의존성 추가

* build: 서브모듈 업데이트
  • Loading branch information
seokjin8678 authored Apr 18, 2024
1 parent 5d16cda commit 7a9ada4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion backend/src/main/resources/config

0 comments on commit 7a9ada4

Please sign in to comment.