HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
자세한 SFAM Portfolio/
🖼️
프로젝트 관리
/
📦
프로젝트 구조
📦

프로젝트 구조

 
아키텍처패키지 전략 [나중에 꼭 업데이트 쳐야 한다.]백엔드
 

아키텍처

V1
SFAM Architecture.pptx
227.0KB
V2
SFAM Architecture.pptx
227.5KB
V3
SFAM Architecture.pptx
403.3KB
V4 ( 프론트 구조 반영 )
SFAM Architecture (1).pptx
634.0KB
notion image
 
 

패키지 전략 [나중에 꼭 업데이트 쳐야 한다.]

백엔드

Main module
  • common
    • config
    • security
      • jwt
    • exception
  • domain
    • {domainName}
      • controller
      • service
      • repository
      • entity
      • dto
 
notion image