Skip to content

Commit

Permalink
Add: 스케줄러 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Mar 16, 2024
1 parent efc8e00 commit efbb489
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 com.project.bumawiki.global.config.scheduler;

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

@Configuration
@EnableScheduling
public class SchedulerConfig {
}

0 comments on commit efbb489

Please sign in to comment.