Skip to content

Commit

Permalink
fix: 이벤트가 비동기 처리 안되는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiseull committed Mar 10, 2024
1 parent abedcd2 commit bbd55a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableAsync
@SpringBootApplication
@EnableScheduling
@ConfigurationPropertiesScan({"com.programmers.lime.global.config.security.jwt", "com.programmers.lime.domains.auth"})
Expand Down

0 comments on commit bbd55a9

Please sign in to comment.