Skip to content

Commit

Permalink
Merge pull request #79 from KTB16Team/feature/78-feat-health-check
Browse files Browse the repository at this point in the history
feat: 헬스 체크 라이브러리 도입(#78)
  • Loading branch information
yooooonshine authored Nov 26, 2024
2 parents e743330 + 59c432b commit 5e51374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ dependencies {
testImplementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-api', version: '2.5.0'
//outh2
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
//health check
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}

tasks.named('test') {
Expand Down

0 comments on commit 5e51374

Please sign in to comment.