Skip to content

Commit 82fbc68

Browse files
authored
feat: 헬스 체크 엔드포인트 추가 (#258)
- spring actuator의 health check 엔드포인트 추가
1 parent 634ed69 commit 82fbc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ management:
129129
endpoints:
130130
web:
131131
exposure:
132-
include: prometheus
132+
include: health, prometheus
133133

134134
endpoint:
135135
prometheus:

0 commit comments

Comments
 (0)