update 抽取 ruoyi-api-file 模块 规范用法

This commit is contained in:
疯狂的狮子li
2022-01-06 11:53:46 +08:00
parent f38827a449
commit 6673f7ae46
14 changed files with 106 additions and 55 deletions

View File

@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
@Service
public class AsyncLogService {
@DubboReference
@DubboReference(async = true)
private RemoteLogService remoteLogService;
/**