Skip to content

Comments

feat: UseCase, Infrastructure 계층 커스텀 어노테이션 추가#34

Merged
hisonghy merged 1 commit intodevelopfrom
feature/custom-annotation-33
Mar 23, 2025
Merged

feat: UseCase, Infrastructure 계층 커스텀 어노테이션 추가#34
hisonghy merged 1 commit intodevelopfrom
feature/custom-annotation-33

Conversation

@hisonghy
Copy link
Member

@hisonghy hisonghy commented Mar 23, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 계층 별 역할을 명확히 구분하기 위해 커스텀 어노테이션을 추가했습니다
  • 유스케이스 계층에서 사용할 @UseCase, infrastructure 계층에서 외부 서비스와 연동하고 조작을 담당하는 구현체에서 사용할 @InfraService 어노테이션을 추가했습니다
  • 기존 RedisService 에서 @Service 어노테이션을 @InfraService 로 변경

🔍 참고사항

  • 기존 @Service 어노테이션은 도메인 서비스 계층에서 사용

📚 기타

@hisonghy hisonghy requested a review from myqewr March 23, 2025 05:22
@hisonghy hisonghy self-assigned this Mar 23, 2025
@hisonghy hisonghy added the ⚡ feature 새로운 기능 추가 및 수정 label Mar 23, 2025
@hisonghy hisonghy force-pushed the feature/custom-annotation-33 branch 3 times, most recently from 290bb99 to d03aa12 Compare March 23, 2025 05:34
@hisonghy hisonghy force-pushed the feature/custom-annotation-33 branch from d03aa12 to 25b106d Compare March 23, 2025 08:19
@hisonghy hisonghy merged commit 7c33b57 into develop Mar 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚡ feature 새로운 기능 추가 및 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ 커스텀 어노테이션 구현

2 participants