Skip to content

Commit

Permalink
feat/JNU-econovation#206 : Actuator 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed May 3, 2024
1 parent 4937a09 commit d720436
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BE/exceed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ dependencies {

//OpenCsv
implementation group: 'com.opencsv', name: 'opencsv', version: '5.7.1'

// Actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'

// Prometheus
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
}

tasks.named('bootBuildImage') {
Expand Down

0 comments on commit d720436

Please sign in to comment.