Skip to content

Commit

Permalink
feat: @async 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Nov 18, 2024
1 parent 99e956b commit c1f37c9
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 c1f37c9

Please sign in to comment.