摘要: @Configuration @EnableAsync public class AppConfig implements AsyncConfigurer { @Bean("myAsyncThread”) public Executor getAsyncExecutor() { ThreadPool 阅读全文
posted @ 2024-01-31 14:39 清明雨下 阅读(16) 评论(0) 推荐(0)
摘要: @Componentpublic class KafkaRegisterEntryPoint implements CommandLineRunner { @Autowired ApplicationContext applicationContext; @Override public void 阅读全文
posted @ 2024-01-31 11:28 清明雨下 阅读(45) 评论(0) 推荐(0)