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 ac19832 commit 9deff27
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.recordy.server.common.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableScheduling
@Configuration
public class SchedulerConfig {
}

0 comments on commit 9deff27

Please sign in to comment.