mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 14:10:24 +00:00
remove 删除无用代码
This commit is contained in:
@@ -8,8 +8,6 @@ import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
import org.springframework.core.task.AsyncTaskExecutor;
|
||||
import org.springframework.core.task.VirtualThreadTaskExecutor;
|
||||
|
||||
/**
|
||||
* dubbo 配置类
|
||||
@@ -35,9 +33,4 @@ public class DubboConfiguration {
|
||||
return new DubboExceptionHandler();
|
||||
}
|
||||
|
||||
@Bean
|
||||
public AsyncTaskExecutor virtualThreadExecutor() {
|
||||
return new VirtualThreadTaskExecutor("dubbo-");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user