Skip to content

Commit

Permalink
[hotfix] settings: @EnableScheduling을 첨부한 configuration 클래스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jan 12, 2025
1 parent 9deff27 commit 774c6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/main/java/org/recordy/server/ServerApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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

@EnableScheduling
@SpringBootApplication
public class ServerApplication {

Expand Down

This file was deleted.

0 comments on commit 774c6f3

Please sign in to comment.