feat: 升级SnailJob 1.0.0-beta3

This commit is contained in:
dhb52
2024-06-03 17:20:13 +08:00
parent 992adc8589
commit 8cbb7245e5
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ import java.util.List;
@EnableConfigurationProperties(SnailJobServerProperties.class)
@ConditionalOnProperty(prefix = "snail-job", name = "enabled", havingValue = "true")
@EnableScheduling
@EnableSnailJob(group = "${snail-job.group-name}")
@EnableSnailJob
public class SnailJobConfig {
@Autowired