Skip to content

Commit

Permalink
✨ feat: add EnableScheduling #72
Browse files Browse the repository at this point in the history
  • Loading branch information
noparamin committed Nov 21, 2023
1 parent 344a386 commit 4ad41bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/smart/watchboard/WatchboardApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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

@SpringBootApplication
@EnableScheduling
public class WatchboardApplication {

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

0 comments on commit 4ad41bc

Please sign in to comment.