Skip to content

Commit

Permalink
perf(#143): spring actuator 라이브러리로 health check api 대체
Browse files Browse the repository at this point in the history
- health check api 를 위한 컨트롤러인 HealthCheckController 를 삭제했어요.
- 대신 spring actuator 라이브러리를 추가하여 컨트롤러 없이 health check api 를 만들었어요.
  • Loading branch information
cabbage16 committed Oct 4, 2024
1 parent 3338ac9 commit 156628a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'org.postgresql:postgresql'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

This file was deleted.

0 comments on commit 156628a

Please sign in to comment.