generated from Bamdoliro/repository-generator
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(#143): spring actuator 라이브러리로 health check api 대체
- health check api 를 위한 컨트롤러인 HealthCheckController 를 삭제했어요. - 대신 spring actuator 라이브러리를 추가하여 컨트롤러 없이 health check api 를 만들었어요.
- Loading branch information
Showing
2 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
src/main/java/com/bamdoliro/maru/infrastructure/persistence/HealthCheckController.java
This file was deleted.
Oops, something went wrong.