Skip to content

Commit

Permalink
Fix: #26 DiscordAppender Async Config 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jul 13, 2024
1 parent 8bb1078 commit 5e1629e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.gt.genti.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;

@Configuration
@EnableAsync
public class AsyncConfig {
}

0 comments on commit 5e1629e

Please sign in to comment.