콘텐츠 예약 오픈 설정

- 스케줄러 설정 추가
This commit is contained in:
2024-12-02 08:58:54 +09:00
parent e470e70612
commit c1748001d5
4 changed files with 23 additions and 7 deletions

View File

@@ -4,10 +4,8 @@ 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