Skip to content

Commit

Permalink
Deploy: 무중단 배포 구현 중 health check를 위한 dependency 추가 (#146)
Browse files Browse the repository at this point in the history
deploy: health check를 위한 dependency 추가
  • Loading branch information
GitJIHO authored Nov 3, 2024
1 parent b32d48a commit 57cc407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}

tasks.named('test') {
Expand Down

0 comments on commit 57cc407

Please sign in to comment.