Skip to content

Comments

[CHORE#11] 서버 내 부가 설정#12

Merged
ggamnunq merged 3 commits intodevfrom
chore#11
Oct 11, 2025
Merged

[CHORE#11] 서버 내 부가 설정#12
ggamnunq merged 3 commits intodevfrom
chore#11

Conversation

@ggamnunq
Copy link
Collaborator

🧭 작업 개요

안정적인 서버 관리를 위한 설정

🛠️ 작업 내용

  • 서버 구동 시 Redis 연결 체크를 진행하도록 했습니다. 실패 시 서버 구동 중지합니다.
    • RedisHealthChecker
  • API 호출 시 서버 내에 로그 찍히도록 AOP 코드 작성
    • CommonPointCut
    • ApiRequestLogAspect
  • 🔨 Request Body Validation 검증 실패 시 검증 내용이 응답으로 반환되지 않던 문제 해결

🔗 관련 이슈

Closes #11

📎 ETC

보다 안정적으로...

@ggamnunq ggamnunq self-assigned this Oct 11, 2025
@ggamnunq ggamnunq added ⚒️ fix 버그 수정 ⚙️ chore 빌드 업무, 패키지 매니저 수정 등 labels Oct 11, 2025
@ggamnunq ggamnunq changed the title [CHORE#11] 서버 내 부가설정 [CHORE#11] 서버 내 부가 설정 Oct 11, 2025
@ggamnunq ggamnunq linked an issue Oct 11, 2025 that may be closed by this pull request
2 tasks
@ggamnunq ggamnunq merged commit 39be5f5 into dev Oct 11, 2025
@ggamnunq ggamnunq deleted the chore#11 branch October 11, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ chore 빌드 업무, 패키지 매니저 수정 등 ⚒️ fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] 부가 설정 ( Redis 체크, 서버 내 로그 )

1 participant