wlsgur073 / practice-board-service-spring

A simple board Spring project
0 stars 0 forks source link

#13 - 데이터베이스 접근 로직 구현 #14

Closed wlsgur073 closed 1 month ago

wlsgur073 commented 1 month ago

생성자, 생성일시, 수정자, 수정일시는 반복적으로 엔티티 클래스에 들어가는 요소이고, 도메인과 직접 연관이 없는 요소임으로 추출이 가능하다.

@MappedSuperclass 이용하여 상속 방식으로 추출함. ArticleComment는 하지 않음.

그외 @DateTimeFormat 요소 추가 및 jpa 옵션 개선.

This closes #13