Skip to content

Commit

Permalink
feat: health check 관련 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim0628 committed Jun 5, 2024
1 parent 785628c commit b11adc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'

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

// Retry
implementation 'org.springframework.retry:spring-retry'
implementation 'org.springframework:spring-aspects'
Expand Down

0 comments on commit b11adc3

Please sign in to comment.