回退 'Pull Request !542 : 更新SnailJob版本到1.0.0-beta2'

This commit is contained in:
疯狂的狮子Li
2024-05-25 02:05:34 +00:00
committed by Gitee
parent ba1a540add
commit 2154033879
4 changed files with 5 additions and 6 deletions

View File

@ -21,7 +21,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@AutoConfiguration
@ConditionalOnProperty(prefix = "snail-job", name = "enabled", havingValue = "true")
@EnableScheduling
@EnableSnailJob(group = "${snail-job.group}")
@EnableSnailJob(group = "${snail-job.group-name}")
public class SnailJobConfig {
@EventListener(SnailClientStartingEvent.class)