Skip to content

Commit 0ff17c6

Browse files
authored
Merge pull request #212 from jiminnimij/main
[feat] Actuator 기반 헬스체크 API 추가
2 parents a8a1978 + 717449f commit 0ff17c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ dependencies {
6363
// Apache POI
6464
implementation 'org.apache.poi:poi:4.1.2'
6565
implementation 'org.apache.poi:poi-ooxml:4.1.2'
66+
67+
// actuator
68+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
6669
}
6770

6871
tasks.named('test') {

0 commit comments

Comments
 (0)