Skip to content

[KW-645] feat: pass service health check#51

Merged
coffeesigma merged 1 commit intodevelopfrom
KW-645/feat/pass-service-health-check
Jun 11, 2025
Merged

[KW-645] feat: pass service health check#51
coffeesigma merged 1 commit intodevelopfrom
KW-645/feat/pass-service-health-check

Conversation

@coffeesigma
Copy link
Contributor

@coffeesigma coffeesigma commented Jun 11, 2025

🔷 Jira Ticket ID

KW-645


📌 작업 내용 및 특이사항

  • health check api 추가

📚 참고사항

@coffeesigma coffeesigma self-assigned this Jun 11, 2025
@github-actions github-actions bot changed the title feat: pass service health check [KW-645] feat: pass service health check Jun 11, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a health check API endpoint to verify the service's status.

  • Added a new GET endpoint (/health) with a simple health check message.
Comments suppressed due to low confidence (1)

src/main/java/com/doubleo/passservice/domain/pass/controller/AdminPassController.java:24

  • Consider renaming the method 'HealthCheck' to 'healthCheck' to follow Java's standard camelCase naming convention for methods.
public String HealthCheck() {

Copy link
Contributor

@midday2612 midday2612 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@coffeesigma coffeesigma merged commit 878ef25 into develop Jun 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants