Skip to content

[Phase 1] Gradle 멀티모듈 골격 구성 #127

Description

@tnals0924

어떤 기능인가요?

#126 파생 — settings.gradle.kts + 5개 모듈 build.gradle.kts 작성. 소스 코드 이동 없음.

📝 작업 상세 내용

  • settings.gradle.kts 수정: include("api", "admin-api", "core", "infra", "common")
  • 루트 build.gradle.kts: 공통 플러그인 버전 관리 + subprojects {} kotlin 설정
  • common/build.gradle.kts: pure Kotlin + Spring Boot BOM
  • core/build.gradle.kts: project(":common") + Spring context
  • infra/build.gradle.kts: project(":core") + JPA + QueryDSL + Firebase + Minio + Tika
  • admin-api/build.gradle.kts: project(":core") + Spring Web + Swagger
  • api/build.gradle.kts: project(":admin-api", ":core", ":infra", ":common") + Spring Boot + Security + JWT + OAuth2

📁 참고 자료 (선택)

docs/multimodule-plan.md — Gradle 설정 전략

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