mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-09 05:39:13 +00:00
update 优化 oss 远程调用 支持降级处理
This commit is contained in:
@@ -16,7 +16,7 @@ import org.apache.dubbo.config.annotation.DubboReference;
|
||||
@TranslationType(type = TransConstant.OSS_ID_TO_URL)
|
||||
public class OssUrlTranslationImpl implements TranslationInterface<String> {
|
||||
|
||||
@DubboReference
|
||||
@DubboReference(mock = "true")
|
||||
private RemoteFileService ossService;
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user