Skip to content

Conversation

@MEOHIN
Copy link
Collaborator

@MEOHIN MEOHIN commented Sep 26, 2025

📢 기능 설명

오류 발생 이전으로 커밋 롤백

✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?

- `DevInitData`에 사용자, 게시판(게시글/댓글/좋아요), 알림, 마이바 데이터 초기화 로직 추가
- cocktailInt: 기본 칵테일 4종 데이터 생성
- userInit: 테스트 사용자(A, B, C) 생성
- boardInit: 게시글, 댓글, 좋아요 샘플 데이터 및 탈퇴한 사용자 B의 데이터 포함
- notificationInit: 사용자별 알림 샘플 데이터 생성
- myBarInit: 사용자의 칵테일 킵(Keep) 기록 샘플 데이터 생성
- 전체 초기화 메서드를 `ApplicationRunner`에 등록하여 애플리케이션 시작 시 데이터 자동 삽입
- `DELETE /me/account` 엔드포인트에 인증된 사용자만 접근 가능하도록 권한 설정 (`.authenticated()`)
@github-actions github-actions bot added the fix 버그 수정 label Sep 26, 2025
@MEOHIN MEOHIN merged commit 6b832e8 into dev Sep 26, 2025
1 check passed
@MEOHIN MEOHIN deleted the feat#158 branch September 26, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants