Skip to content

Commit

Permalink
Merge pull request #59 from sss4920/feature/#50
Browse files Browse the repository at this point in the history
test: 헬스체크 추가
  • Loading branch information
sss4920 authored Aug 16, 2024
2 parents 690e10d + 070be70 commit c2d36a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neighbor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies {
//REDIS
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

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

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-aws', version: '2.2.6.RELEASE'

}
Expand Down

0 comments on commit c2d36a2

Please sign in to comment.