Skip to content
English ID edited this page Dec 19, 2024 · 12 revisions

Welcome to the layered simple crud wiki!
환영하오!

➡️ 위키 업데이트 계획

소개

이 레포지터리는 레이어드 아키텍처에서의 간단한 CRUD를 다루고 있습니다.
이 위키에서 이 레포지터리에 적용된 코드 스타일과 작업 방식을 설명합니다.

Sidebar

Quick

  • Home
  • Code Styles
    • Controller
    • Service
      • Interface: Use Cases
      • Command Service
      • Query Service
    • Repository (Spring Data JPA Only)
      • CQRS
      • Command Repository
      • Query Repository
    • Domain
      • Enum Status
      • Base Entity
      • UUID Base Entity
      • JPA Entity
    • Error Code & Exceptional Response
      • Interface Error Code
      • Enum Error Code (impl. Error Code)
      • Custom Exception
      • Extended Custom Exception
    • 상수 관리
      • Static Final 기호상수
      • Enum을 통한 상수 관리
  • 프로젝트 보조 도구 활용
    • 작업 환경 및 운영 환경
      • Docker Compose (작업 환경)
      • Flyway (작업 환경, 운영 환경의 일치 필요)

관련 레포지터리

  • 코드 샘플 모음
    • 레이어드 아키텍처(layered architecture) 간단 CRUD
    • 헥사고날 아키텍처와 QueryDSL
    • 헥사고날 아키텍처와 멀티 모듈

Quick

  • Home
  • Code Styles
    • Controller
    • Service
      • Interface: Use Cases
      • Command Service
      • Query Service
    • Repository (Spring Data JPA Only)
      • CQRS
      • Command Repository
      • Query Repository
    • Domain
      • Enum Status
      • Base Entity
      • UUID Base Entity
      • JPA Entity
    • Error Code & Exceptional Response
      • Interface Error Code
      • Enum Error Code (impl. Error Code)
      • Custom Exception
      • Extended Custom Exception
    • 상수 관리
      • Static Final 기호상수
      • Enum을 통한 상수 관리
  • 프로젝트 보조 도구 활용
    • 작업 환경 및 운영 환경
      • Docker Compose (작업 환경)
      • Flyway (작업 환경, 운영 환경의 일치 필요)
Clone this wiki locally