springboot async 异步多线程
Posted wiphom.bear
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot async 异步多线程相关的知识,希望对你有一定的参考价值。
配置线程池 @Configuration @EnableAsync public class AsyncConfiguration @Bean("doSomethingExecutor") public Executor doSomethingExecutor() ThreadPoolTas
以上是关于springboot async 异步多线程的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot技术专题「Async&Future」异步编程机制以及功能分析讲解