兼容流注销时流产生类型错误的问题
This commit is contained in:
@@ -38,7 +38,7 @@ public class ThreadPoolTaskConfig {
|
||||
/**
|
||||
* 线程池名前缀
|
||||
*/
|
||||
private static final String threadNamePrefix = "wvp-sip-";
|
||||
private static final String threadNamePrefix = "wvp-";
|
||||
|
||||
@Bean("taskExecutor") // bean的名称,默认为首字母小写的方法名
|
||||
public ThreadPoolTaskExecutor taskExecutor() {
|
||||
|
||||
Reference in New Issue
Block a user