自定义线程池参数

* 线程池配置类 */ @Configuration public class ThreadPoolExecutorConfig { ThreadFactory threadFactory = new ThreadFactory() { private int count