Skip to content

Commit

Permalink
feat: 스케줄링 기능 활성화 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed May 22, 2024
1 parent 36e0348 commit 9f2e8a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableJpaAuditing
@EnableCaching
@EnableScheduling
@SpringBootApplication
@OpenAPIDefinition(servers = {@Server(url = "/", description = "https://dev-api.connectdog.site")})
public class ConnectdogApplication {
Expand Down

0 comments on commit 9f2e8a4

Please sign in to comment.