<aside> <img src="/icons/download_lightgray.svg" alt="/icons/download_lightgray.svg" width="40px" /> [Feat] : 새로운 기능 추가 및 수정 [Fix] : 버그 수정 [Docs] : 문서 수정 [Refactor] : 코드 리팩토링 [Test]: 테스트 코드 추가, 리팩토링 테스트 코드 추가 [Rename] : 프로젝트명, 패키지명, 클래스명 변경 [Remove] : 폴더 및 파일을 삭제하는 작업 수행 [Chore] : 자잘한 수정 [Build] : 빌드 관련 파일 수정에 대한 커밋
Ex) [Feat] InqueryBoard crud 구현
</aside>
<aside> <img src="/icons/download_lightgray.svg" alt="/icons/download_lightgray.svg" width="40px" /> C → create* ex)createPost R → 단건조회 find*, 여러개조회 findAll* U → update * D → 단건삭제 delete*, 여러개삭제 deleteAll
</aside>
<aside> <img src="/icons/download_lightgray.svg" alt="/icons/download_lightgray.svg" width="40px" /> 엔티티 클래스 @Setter → 사용X @NoArgsConstructor → 필수 @AllArgumentsConstructor @Builder @Colmun(name=”user_id”)
*** API용 컨트롤러명** *RestController / ex)UserRestController
</aside>