Entity
객체간 변환 작업
org.mapstruct.Mapper
사용implementation 'org.mapstruct:mapstruct:1.5.3.Final'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final'
Custom ResultCode 사용
Custom ResponseEntity 사용
api 1개당 dto 1개씩 (req, res)
@Pathvariable
사용
CQRS 도입에 대해서… 보류
Feat
: 새로운 기능을 추가하는 경우Fix
: 버그를 고친경우Docs
: 문서를 수정한 경우Style
: 코드 포맷 변경, 세미콜론 누락, 코드 수정이 없는경우Refactor
: 코드 리팩토링Test
: 테스트 코드 작성