648540858
2021-11-24 0eee65bc424cbdb348052ba4ef6b91add28bc6a4
src/main/java/com/genersoft/iot/vmp/conf/ThreadPoolTaskConfig.java
@@ -8,7 +8,7 @@
import java.util.concurrent.ThreadPoolExecutor;
@Configuration
@EnableAsync
@EnableAsync(proxyTargetClass = true)
public class ThreadPoolTaskConfig {
    /**
@@ -36,7 +36,7 @@
    /**
     * 线程池名前缀
     */
    private static final String threadNamePrefix = "hdl-uhi-service-";
    private static final String threadNamePrefix = "wvp-sip-handle-";
    @Bean("taskExecutor") // bean的名称,默认为首字母小写的方法名
    public ThreadPoolTaskExecutor taskExecutor() {