Skip to content

Commit

Permalink
#33 [feat] : 스케쥴링 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jun 16, 2024
1 parent 1beb342 commit 2f50e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/java/org/dgu/backend/BackendApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;

@SpringBootApplication
@EnableScheduling
public class BackendApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 2f50e0b

Please sign in to comment.