Skip to content

Commit 6ab7db0

Browse files
committed
feat: 헬스 체크 의존성 추가
- spring-boot-starter-actuator 추가
1 parent 1d5bd5c commit 6ab7db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ dependencies {
6464
compileOnly 'org.projectlombok:lombok'
6565
annotationProcessor 'org.projectlombok:lombok'
6666
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
67+
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '3.3.3'
68+
6769

6870
//test
6971
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)