-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
인증에 성공한 미션에 대한 게시글 업로드 및 이미지 업로드 기능 리팩토링 (#106)
* refactor : 선언적 트랜잭션 -> 프로그래매틱 트랜잭션으로 관리 변경 * refactor : MemberMissionCertifyService 에서 발행한 이벤트 TransactionalEventListener 제거 후 EventListener 적용 * refactor : TransactionTemplate 직접 주입으로 변경 * test : 트랜잭션 관리 변경으로 인한 테스트 코드 추가
- Loading branch information
1 parent
f356edd
commit 4a1fd06
Showing
5 changed files
with
98 additions
and
28 deletions.
There are no files selected for viewing
45 changes: 35 additions & 10 deletions
45
src/main/java/univ/earthbreaker/namu/core/domain/mission/MemberMissionCertifyService.java
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
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
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
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
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