Skip to content

Commit

Permalink
Merge pull request #244 from ShallWeProject/infra/239-monitoring
Browse files Browse the repository at this point in the history
�모니터링 종속성을 추가한다.
  • Loading branch information
hyunw9 authored Jan 31, 2024
2 parents b5ec55d + 68f1d4c commit 6a216aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ dependencies {

//jsch 로컬 개발용 DB SSH Tunneling
implementation 'com.jcraft:jsch:0.1.55'

//Monitoring
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'

}

tasks.named('test') {
Expand All @@ -67,4 +72,4 @@ jar {

clean {
delete file('src/main/generated')
}
}

0 comments on commit 6a216aa

Please sign in to comment.