Skip to content

Conversation

@lcs9317
Copy link
Collaborator

@lcs9317 lcs9317 commented Sep 18, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What): 스타트킷을 생성했습니다
  • 왜(Why): 스타트킷을 통해 엔티티, 레포지토리에 존재하지 않을 경우 바로바로 사용할 수 있게 만들기 위함입니다.

어떻게(요약) — 3줄 이내

  • 전체 코드 클래스 상단부에 요약 정리
  • 인증인가 기본 코드 생성
  • BaseEntity, swagger-ui, initData 등 유틸 생성
  • 도메인들의 Entity 및 repository 생성

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #6

@lcs9317 lcs9317 self-assigned this Sep 18, 2025
@johnbosco0414
Copy link
Collaborator

너무너무 고생하셨습니다!

Copy link
Collaborator

@shihan00321 shihan00321 left a comment

Choose a reason for hiding this comment

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

확인하였습니다! 고생하셨습니다.

@lcs9317 lcs9317 merged commit b6f50f8 into main Sep 18, 2025
1 check passed
@lcs9317 lcs9317 deleted the init/1 branch September 18, 2025 07:00
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.

[INIT]: 프로젝트 스타트 킷 생성

4 participants