Skip to content

Commit

Permalink
add: @EnableSync 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin committed Dec 9, 2023
1 parent c846a2a commit 5c5021e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/kusitms/jipbap/JipbapApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableScheduling
@EnableJpaAuditing
@EnableAsync
//@EnableWebSocketMessageBroker
//@EnableRedisRepositories
@SpringBootApplication
Expand Down

0 comments on commit 5c5021e

Please sign in to comment.