-
Notifications
You must be signed in to change notification settings - Fork 4
Home
HongGuma edited this page Mar 19, 2023
·
13 revisions
- git flow 따라서 진행 (feature/function1 처럼 브랜치 생성해서 개발)
- Issues 작성 필수 (issue 번호 commit 앞에 달기)
- 💥push전 rebase 필수!!!
- PR 작성후 slack에 확인 요청
- 누군가 확인 후 리뷰가 달리면 수정 및 본인이 merge 하기
- entity는 언제든지 수정 가능하나 반드시 수정이 있겠다고 알림 필수
- 그리고 수정 후 따로 commit msg에 entity 수정이라고 별도로 작성할 것
- application-local.properties 작성해서 사용할 것 (local DB 연결해서 사용하기)
- Response DTO에 결과값 감싸서 출력하기