Skip to content

Commit

Permalink
Merge pull request #144 from Bamdoliro/perf/#143
Browse files Browse the repository at this point in the history
perf(#143): spring actuator 라이브러리로 health check api 대체
  • Loading branch information
cabbage16 authored Oct 4, 2024
2 parents 3338ac9 + 156628a commit 4ba27f6
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 4ba27f6

Please sign in to comment.