mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
回退 'Pull Request !542 : 更新SnailJob版本到1.0.0-beta2'
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user