摘要: 来源www.cnblogs.com/nickhan/p/10434604.html 阅读全文
posted @ 2022-10-07 22:34 星期三q 阅读(26) 评论(0) 推荐(0)
摘要: @Slf4j @Configuration @EnableScheduling public class SchedulerConfig implements SchedulingConfigurer { @Override public void configureTasks(ScheduledT 阅读全文
posted @ 2022-10-07 21:48 星期三q 阅读(41) 评论(0) 推荐(0)
摘要: @Configuration @ConditionalOnProperty(value = "guigu.async.enable", havingValue = "true") @EnableAsync public class AsyncConfig { private static final 阅读全文
posted @ 2022-10-07 21:38 星期三q 阅读(39) 评论(0) 推荐(0)