Skip to content

Commit

Permalink
Merge pull request #17 from JNU-econovation/asyncConfig
Browse files Browse the repository at this point in the history
[FEAT] Async 설정 추가
  • Loading branch information
inferior3x authored Nov 18, 2024
2 parents e719f9c + c1f37c9 commit c215543
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/com/whoz_in/network_log/config/AsyncConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.whoz_in.network_log.config;

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

@EnableAsync
@Configuration
public class AsyncConfig {

}

0 comments on commit c215543

Please sign in to comment.