mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Use bean factory to search executor service instead of hardcode it.
This commit is contained in:
@@ -26,4 +26,6 @@ public interface OssConstants {
|
||||
String PREFIX = "spring.cloud.alibaba.oss";
|
||||
String ENABLED = PREFIX + ".enabled";
|
||||
|
||||
String OSS_TASK_EXECUTOR_BEAN_NAME = "ossTaskExecutor";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user