-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice 도메인 개선 #128
Notice 도메인 개선 #128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
의존성도 [ in -> applic[domain]ation <- out ]
으로 적절히 흐르고 테스트 코드도 잘 작성하신 것 같아요 👍👍 몇 가지 코멘트 달아놨으니 확인 부탁드려요!
src/main/java/com/yapp/artie/domain/notice/adapter/in/web/GetNoticeDetailController.java
Show resolved
Hide resolved
...main/java/com/yapp/artie/domain/notice/adapter/out/persistence/NoticePersistenceAdapter.java
Show resolved
Hide resolved
...main/java/com/yapp/artie/domain/notice/adapter/out/persistence/NoticePersistenceAdapter.java
Outdated
Show resolved
Hide resolved
src/main/java/com/yapp/artie/domain/notice/application/service/GetNoticeDetailService.java
Outdated
Show resolved
Hide resolved
src/test/java/com/yapp/artie/domain/notice/application/service/GetNoticeDetailServiceTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/yapp/artie/domain/notice/application/service/GetNoticeListServiceTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/main/java/com/yapp/artie/domain/notice/adapter/in/web/GetNoticeDetailController.java
Show resolved
Hide resolved
src/main/java/com/yapp/artie/domain/notice/adapter/out/persistence/NoticeRepository.java
Outdated
Show resolved
Hide resolved
JPA Repository는 자동으로 빈이 등록되므로, @respository 어노테이션을 제거함
@le2sky |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다! 고생 많으셨어요 👍👍
구현 내용
구현 요약
클라이언트에 영향을 끼칠 수 있는 변경 내용
없습니다!
개선 작업
개선 사항 블로그 정리
https://magenta-ming.tistory.com/4
관련 이슈
close #124
구현 내용