[~] 优化

This commit is contained in:
acgist
2025-03-05 15:48:35 +08:00
parent 40149bc496
commit 9ec8cf4216

View File

@@ -123,7 +123,7 @@ public class BootAutoConfiguration {
}
@Bean
@Primary
// @Primary
@ConditionalOnMissingBean
public TaskScheduler taskScheduler(TaskSchedulerBuilder builder) {
return builder.build();