This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
[BE] feat: 비지니스 로직과 DB(JPA) 로직을 분리하여 트랜잭션 적용범위 최소화 #403
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HubCreator
approved these changes
Sep 13, 2023
HubCreator
approved these changes
Sep 13, 2023
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.
앞단에 서비스 하나 더 두었군여ㅕ 고생하셨습니다
echo724
reviewed
Sep 14, 2023
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.
Facade 네이밍 좋네요~ 수고하셨으유~
@@ -16,6 +16,7 @@ | |||
@Transactional | |||
@RequiredArgsConstructor | |||
public class MemberService { | |||
|
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.
개행 제거!
publishService.saveProperties(blog, writing, response); | ||
} | ||
|
||
private void checkWritingAlreadyPublished(final List<BlogWriting> publishedBlogs, final BlogType blogType, final Writing writing) { |
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.
이 부분은 크루들의 의견에 맡기겠습니다 ㅜ
echo724
approved these changes
Sep 14, 2023
echo724
pushed a commit
that referenced
this pull request
Sep 22, 2023
* refactor: AuthService에 비지니스,DB로직 분리 * refactor: pulishService에 비지니스,DB로직 분리 * refactor: WritingService에 비지니스,DB로직 분리 * refactor: 패키지 이동 * refactor: 발행했는지 확인 로직 PublishService클래스로 이동 * refactor: Facade 클래스 네이밍 수정 * refactor: 검증로직 내부로 이동 * refactor: 개행 제거
echo724
pushed a commit
that referenced
this pull request
Oct 6, 2023
* refactor: AuthService에 비지니스,DB로직 분리 * refactor: pulishService에 비지니스,DB로직 분리 * refactor: WritingService에 비지니스,DB로직 분리 * refactor: 패키지 이동 * refactor: 발행했는지 확인 로직 PublishService클래스로 이동 * refactor: Facade 클래스 네이밍 수정 * refactor: 검증로직 내부로 이동 * refactor: 개행 제거
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ Issue
✅ Tasks
⏰ Time Difference