스프링 스케줄러를 이용하여 콘텐츠 예약 오픈 설정

This commit is contained in:
2024-12-02 08:22:16 +09:00
parent 4097e5a133
commit 05592f94b9
6 changed files with 78 additions and 0 deletions

View File

@@ -4,8 +4,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication
import org.springframework.retry.annotation.EnableRetry
import org.springframework.scheduling.annotation.EnableAsync
import org.springframework.scheduling.annotation.EnableScheduling
@SpringBootApplication
@EnableScheduling
@EnableAsync
@EnableRetry
class SodaLiveApplication