摘要: @Configuration //开启异步任务的支持 @EnableAsync public class TaskExecutorConfig { @Bean(name = "businessEventProcessTaskExecutor", destroyMethod = "destroy") 阅读全文
posted @ 2020-05-21 17:14 huanghaunghui 阅读(1896) 评论(0) 推荐(0) 编辑