HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🏠
2차 팀 프로젝트: 오늘의 집
/
📄
04일차 회의록
📄

04일차 회의록

일시
Jun 21, 2022
  • 공통 설정 부분
    • QueryDSL
    • build.gradle
    • 네이버 컨벤션 IDE에 설치
    • Github설정

헥사고날 아키텍처 패키지 구조 제안/설명

 

기존 구조

commerce
  • infra
  • web
  • domain
community
  • infra
  • web
  • domain
user
  • infra
  • web
  • domain

 

제안

infra
  • repository  구현체
web
  • api
  • requests
domain
  • commerce
    • model
      • review
        • reviewRegister 가장 내부 → repository 호출
      • product
    • application
      • https://tech.junhabaek.net/백엔드-서버-아키텍처-application-layer-1-개요와-기본-variation-9fac801ddba8
  • reviewService @Service reviewRegister 호출 두번째 내부
  • 레포지토리 호출 → 정론
  • user
  • community
  • common