Skip to content

Commit

Permalink
이메일 전송 관련 @async 활성화 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjddhh committed Aug 27, 2023
2 parents 432e6c8 + 2fc94fe commit 20bf4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MailSendHandler {
private final SpringTemplateEngine templateEngine;
private final MailSendPort mailSendPort;

// @Async
@Async
@TransactionalEventListener(
phase = TransactionPhase.AFTER_COMMIT,
classes = MailSendEvent.class
Expand Down

0 comments on commit 20bf4da

Please sign in to comment.