Skip to content

[refactor/#399] User Account 패키지 최상위 승격 및 DDD 레이어 재배치#403

Merged
Dimo-2562 merged 5 commits into
developfrom
refactor/#399
May 25, 2026
Merged

[refactor/#399] User Account 패키지 최상위 승격 및 DDD 레이어 재배치#403
Dimo-2562 merged 5 commits into
developfrom
refactor/#399

Conversation

@Dimo-2562
Copy link
Copy Markdown
Contributor

작업 내용

  • User Account 컨텍스트를 com.techfork.useraccount 최상위 패키지로 승격
  • presentation / application / domain / infrastructure 기준으로 패키지 재배치
  • application.command, application.query, application.query.lookup, application.query.result 계층 도입
  • presentation.request, presentation.response로 요청/응답 모델 분리
  • User Account 관련 테스트 패키지를 새 구조에 맞춰 재정렬
  • User Account를 참조하는 auth / activity / recommendation / personalization / security 영역 import 정리
  • 관련 문서 경로 및 설명 업데이트

검증

  • ./gradlew compileJava compileTestJava
  • ./gradlew test --tests 'com.techfork.useraccount.application.command.*' --tests 'com.techfork.useraccount.application.query.*' --tests 'com.techfork.useraccount.application.query.lookup.*' --tests 'com.techfork.useraccount.domain.*' --tests 'com.techfork.useraccount.infrastructure.*' --tests 'com.techfork.domain.auth.service.AuthServiceTest' --tests 'com.techfork.activity.bookmark.application.command.BookmarkCommandServiceTest' --tests 'com.techfork.activity.readpost.application.command.ReadPostCommandServiceTest'

비고

Closes #399

@Dimo-2562 Dimo-2562 self-assigned this May 25, 2026
@Dimo-2562 Dimo-2562 added 🌟 REFACTOR 리팩터링 (기능 변화 X) 👤 domain:user 사용자 관련 labels May 25, 2026
@Dimo-2562 Dimo-2562 merged commit 2ccb5bc into develop May 25, 2026
1 check passed
@Dimo-2562 Dimo-2562 deleted the refactor/#399 branch May 25, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👤 domain:user 사용자 관련 🌟 REFACTOR 리팩터링 (기능 변화 X)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] User Account 패키지 최상위 승격 및 DDD 레이어 재배치

1 participant