Skip to content

[Phase 3] core 모듈 구성 — 계약 레이어 #129

Description

@tnals0924

어떤 기능인가요?

#126 파생 — Port 인터페이스, 순수 도메인 data class, Repository 인터페이스를 core에 확보.

📝 작업 상세 내용

  • Port 인터페이스 작성: FCMPort, ExcelGeneratorPortcore/port/
  • FileStorageService (기존 interface) → core/port/
  • 도메인별 순수 data class 작성 (JPA 어노테이션 제거) → core/domain/{name}/entity/
  • {Domain}Repository 인터페이스 이동 → core/domain/{name}/repository/
  • enums, exception(ErrorCode) 이동 → core/domain/{name}/enums/, exception/
  • core/src/main/resources/core.yml 작성 (exam-period 기본값)
  • ExamPeriodProperties @ConfigurationProperties 작성

📁 참고 자료 (선택)

docs/multimodule-plan.md — 클래스 작성 규칙 §5-1, §5-4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions