백엔드 개발자 블로그

구현(기능) 본문

Programming/구현

구현(기능)

backend-dev 2023. 8. 22. 10:23

도메인

Entity

  1. DB에 반영됨

Dto

  1. DB에 반영 안됨

Controller

  1. DI
  2. Mapping
  3. 인수
  4. Service 사용
  5. Response 규격화

Service

  1. DI
  2. Respository 사용
  3. Entity -> Dto

Repository

  1. JpaRepository 상속
  2. customize 가능

Error 처리

Log

Configure

  1. 빈생성

프론트엔드

  1. HTML
  2. JS
  3. CSS
  4. Thymeleaf

'Programming > 구현' 카테고리의 다른 글

구현(개발환경 설정)  (0) 2023.08.22